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/GTMSignalHandler.m | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Foundation/GTMSignalHandler.m') diff --git a/Foundation/GTMSignalHandler.m b/Foundation/GTMSignalHandler.m index 677c10a..26a06f1 100644 --- a/Foundation/GTMSignalHandler.m +++ b/Foundation/GTMSignalHandler.m @@ -86,15 +86,6 @@ static CFSocketRef gRunLoopSocket = NULL; return self; } -#if GTM_SUPPORT_GC - -- (void)finalize { - [self invalidate]; - [super finalize]; -} - -#endif - - (void)dealloc { [self invalidate]; [super dealloc]; -- cgit v1.2.3