From bf14282eb568197447752847cf67e3ac3638208a Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Tue, 2 Aug 2022 11:19:56 -0400 Subject: [PATCH] remove added line --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m index 75b134f..842d032 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m @@ -48,7 +48,6 @@ self.registeredLoadQueues = [[NSMutableArray alloc] initWithCapacity:3]; [self registerLoadQueue:self.blockingLoadQueue]; [self registerLoadQueue:self.backgroundLoadQueue]; - } return self; }