summaryrefslogtreecommitdiffstats
path: root/dalvik/src
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-03-31 12:41:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-31 12:41:49 +0000
commit7b6527607ef4f2bb548787b84a03bb76335a9ec4 (patch)
treeb52ab8afeb6051b77df49f7c3ff3ea63c2ac7126 /dalvik/src
parentdb96523247dc13caa762b7656f3375a4a8e15905 (diff)
parent28e43313585266cc440b46e88e9d47cca1c959ba (diff)
downloadlibcore-7b6527607ef4f2bb548787b84a03bb76335a9ec4.zip
libcore-7b6527607ef4f2bb548787b84a03bb76335a9ec4.tar.gz
libcore-7b6527607ef4f2bb548787b84a03bb76335a9ec4.tar.bz2
am 28e43313: Merge "Remove Zygote.systemInSafeMode."
* commit '28e43313585266cc440b46e88e9d47cca1c959ba': Remove Zygote.systemInSafeMode.
Diffstat (limited to 'dalvik/src')
-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 7e320f2..aa9bf20 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() {