Removed invalid check

This commit is contained in:
Pierre-Olivier Latour
2014-12-02 08:39:29 -08:00
parent 628f6673b0
commit 4e31508195
-2
View File
@@ -284,8 +284,6 @@ static void _ExecuteMainThreadRunLoopSources() {
[[UIApplication sharedApplication] endBackgroundTask:_backgroundTask];
_backgroundTask = UIBackgroundTaskInvalid;
GWS_LOG_DEBUG(@"Did end background task");
} else if ([UIApplication sharedApplication]) {
GWS_DNOT_REACHED();
}
}