Browse Source

Not really the place for this warning.

August Mueller 9 years ago
parent
commit
300124db71
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/fmdb/FMDatabaseAdditions.m

+ 0 - 1
src/fmdb/FMDatabaseAdditions.m

@@ -38,7 +38,6 @@ - (NSString*)stringForQuery:(NSString*)query, ... {
     RETURN_RESULT_FOR_QUERY_WITH_SELECTOR(NSString *, stringForColumnIndex);
 }
 
-#pragma message "FIXME: rename this integer? Or maybe give a size like uint32 or something along those lines?"
 - (int)intForQuery:(NSString*)query, ... {
     RETURN_RESULT_FOR_QUERY_WITH_SELECTOR(int, intForColumnIndex);
 }