diff --git a/Source/NSNotificationCenter.m b/Source/NSNotificationCenter.m index 8a900e8e4..344dfaed7 100644 --- a/Source/NSNotificationCenter.m +++ b/Source/NSNotificationCenter.m @@ -973,7 +973,6 @@ static NSNotificationCenter *default_center = nil; */ - (void) _postAndRelease: (NSNotification*)notification { - // IF_NO_GC(GSGarbageCollector *collector = [NSGarbageCollector defaultCollector]) Observation *o; unsigned count; NSString *name = [notification name];