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/GTMNSObject+KeyValueObserving.m | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Foundation/GTMNSObject+KeyValueObserving.m') diff --git a/Foundation/GTMNSObject+KeyValueObserving.m b/Foundation/GTMNSObject+KeyValueObserving.m index 8d6580d..814419b 100644 --- a/Foundation/GTMNSObject+KeyValueObserving.m +++ b/Foundation/GTMNSObject+KeyValueObserving.m @@ -121,18 +121,6 @@ static char* GTMKeyValueObservingHelperContext NSStringFromSelector(selector_)]; } -#if GTM_SUPPORT_GC - -- (void)finalize { - if (target_) { - _GTMDevLog(@"Didn't deregister %@", self); - [self deregister]; - } - [super finalize]; -} - -#endif // GTM_SUPPORT_GC - - (void)dealloc { if (target_) { _GTMDevLog(@"Didn't deregister %@", self); -- cgit v1.2.3