summaryrefslogtreecommitdiff
path: root/runtime/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 3e618fa180..655f05fa9f 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -979,11 +979,6 @@ class Runtime {
// Return true if we should load oat files as executable or not.
bool GetOatFilesExecutable() const;
- bool IsRunningJitZygote() const {
- // TODO: This should be better specified.
- return EndsWith(image_location_, "boot-image.prof");
- }
-
private:
static void InitPlatformSignalHandlers();