aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSObject+KeyValueObserving.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMNSObject+KeyValueObserving.m')
-rw-r--r--Foundation/GTMNSObject+KeyValueObserving.m12
1 files changed, 0 insertions, 12 deletions
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);