summaryrefslogtreecommitdiffstats
path: root/dalvik
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-03-28 13:12:57 +0000
committerNarayan Kamath <narayan@google.com>2014-03-28 13:12:57 +0000
commitebd44786e6375333d87455e525e22f113ee584d3 (patch)
tree0e2a5e18256898ba00728404088dc1502071e94f /dalvik
parentf9901b2d274fdc2aab890c1e51e09042605b1370 (diff)
downloadlibcore-ebd44786e6375333d87455e525e22f113ee584d3.zip
libcore-ebd44786e6375333d87455e525e22f113ee584d3.tar.gz
libcore-ebd44786e6375333d87455e525e22f113ee584d3.tar.bz2
Remove Zygote.systemInSafeMode.
This field has moved to the SystemServer class. Change-Id: Ia66340dd934e6ec62a72e3641085602cb9f252f5
Diffstat (limited to 'dalvik')
-rw-r--r--dalvik/src/main/java/dalvik/system/Zygote.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/dalvik/src/main/java/dalvik/system/Zygote.java b/dalvik/src/main/java/dalvik/system/Zygote.java
index 62ba7b0..b318167 100644
--- a/dalvik/src/main/java/dalvik/system/Zygote.java
+++ b/dalvik/src/main/java/dalvik/system/Zygote.java
@@ -53,12 +53,6 @@ public class Zygote {
/** All multi-user external storage should be mounted. */
public static final int MOUNT_EXTERNAL_MULTIUSER_ALL = 3;
- /**
- * When set by the system server, all subsequent apps will be launched in
- * VM safe mode.
- */
- public static boolean systemInSafeMode = false;
-
private Zygote() {}
private static void preFork() {