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/GTMLightweightProxy.m | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Foundation/GTMLightweightProxy.m') diff --git a/Foundation/GTMLightweightProxy.m b/Foundation/GTMLightweightProxy.m index 643478a..dc89807 100644 --- a/Foundation/GTMLightweightProxy.m +++ b/Foundation/GTMLightweightProxy.m @@ -31,16 +31,6 @@ return [self initWithRepresentedObject:nil]; } -#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 -#if GTM_SUPPORT_GC -// -[NSProxy finalize] is only in 10.5 or later -- (void)finalize { - representedObject_ = nil; - [super finalize]; -} -#endif -#endif - - (void)dealloc { // it's weak, we don't release representedObject_ = nil; -- cgit v1.2.3