diff --git a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m index 9bc6c0a..9107a26 100644 --- a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m +++ b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m @@ -419,7 +419,6 @@ static NSString * const STATIC_CACHE_COMPONENT = @"StaticCache.txt"; [[PersistentCacheManager shared] removeAllAndReturnError:nil]; } - - (void)clearMFCache { [self.pageTypeQueue cancelAllOperations]; [self.moduleQueue cancelAllOperations];