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