diff --git a/desmume/src/cocoa/cocoa_file.mm b/desmume/src/cocoa/cocoa_file.mm index dd817f742..264ff0f33 100644 --- a/desmume/src/cocoa/cocoa_file.mm +++ b/desmume/src/cocoa/cocoa_file.mm @@ -241,10 +241,6 @@ NSString *fileKind; while ((fileKind = (NSString *)[enumerator nextObject]) != nil) - { - /* code to act on each element as it is returned */ - } - #else // Mac OS X v10.5 and later. for (NSString *fileKind in fileKindList) #endif