Remove old code that isn't relevant anymore.

In order to reduce the CorePlatformAPI surface.

Test: m
Bug: 154796679
Change-Id: I428fe21d764bf6897942d7e67d85297d826d3716
This commit is contained in:
Nicolas Geoffray
2020-07-02 17:21:54 +01:00
parent ebe415b310
commit af6d3a6cb5
2 changed files with 3 additions and 28 deletions

View File

@@ -555,12 +555,6 @@ public final class SystemServer {
}
}
// Diagnostic to ensure that the system is in a base healthy state. Done here as a common
// non-zygote process.
if (!VMRuntime.hasBootImageSpaces()) {
Slog.wtf(TAG, "Runtime is not running with a boot image!");
}
// Loop forever.
Looper.loop();
throw new RuntimeException("Main thread loop unexpectedly exited");