From 3d42089a8fac73ca2c437fdfffaffc12ac540159 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 2 Jan 2013 13:00:13 +0000 Subject: [Author: thomasvl] Remove the GC support code. Add the needed images for the iOS unittests under iOS 6.0. Add a workspace file for the iPhone project. R=dmaclach DELTA=215 (85 added, 122 deleted, 8 changed) --- Foundation/GTMFileSystemKQueue.m | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Foundation/GTMFileSystemKQueue.m') diff --git a/Foundation/GTMFileSystemKQueue.m b/Foundation/GTMFileSystemKQueue.m index 7114304..a66dc47 100644 --- a/Foundation/GTMFileSystemKQueue.m +++ b/Foundation/GTMFileSystemKQueue.m @@ -85,14 +85,6 @@ static CFSocketRef gRunLoopSocket = NULL; return self; } -#if GTM_SUPPORT_GC -- (void)finalize { - [self unregisterWithKQueue]; - - [super finalize]; -} -#endif - - (void)dealloc { [self unregisterWithKQueue]; [path_ release]; -- cgit v1.2.3