Removed an unnecessary TODO; mapTables cannot be freed unless empty anyway.

This commit is contained in:
Pietro Gagliardi 2016-05-26 21:09:42 -04:00
parent 88e0a9c165
commit baf46c5434
1 changed files with 0 additions and 2 deletions

View File

@ -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];