Fix build breakage.

This commit is contained in:
matthew chen 2018-01-26 17:10:33 -05:00 committed by Matthew Chen
parent 873c789132
commit 8325c37191

View file

@ -53,9 +53,7 @@ extern NSString *const StorageIsReadyNotification;
// TODO: Deprecate?
- (nullable YapDatabaseConnection *)newDatabaseConnection;
#ifdef DEBUG
- (BOOL)registerExtension:(YapDatabaseExtension *)extension withName:(NSString *)extensionName;
#endif
- (void)asyncRegisterExtension:(YapDatabaseExtension *)extension withName:(NSString *)extensionName;
- (nullable id)registeredExtension:(NSString *)extensionName;