diff --git a/darwin/alloc.m b/darwin/alloc.m index 887d658d..e271b90e 100644 --- a/darwin/alloc.m +++ b/darwin/alloc.m @@ -25,8 +25,6 @@ void uninitAlloc(void) NSMutableString *str; NSValue *v; - // delegates might have mapTables allocated - // TODO verify they are empty [delegates release]; if ([allocations count] == 0) { [allocations release];