@@ -50,10 +50,6 @@ - (instancetype)initWithPath:(NSString*)aPath {
return self;
}
-- (void)finalize {
- [self close];
- [super finalize];
-}
- (void)dealloc {
[self close];
@@ -1295,12 +1291,6 @@ - (void)makeFunctionNamed:(NSString*)name maximumArguments:(int)count withBlock:
@implementation FMStatement
-#pragma message "FIXME: kill all the finalizes"
-
FMDBRelease(_query);
@@ -30,11 +30,6 @@ + (instancetype)resultSetWithStatement:(FMStatement *)statement usingParentDatab
return FMDBReturnAutoreleased(rs);