diff options
Diffstat (limited to 'runtime/oat.h')
| -rw-r--r-- | runtime/oat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/oat.h b/runtime/oat.h index b07294adeb..3d6415e2a0 100644 --- a/runtime/oat.h +++ b/runtime/oat.h @@ -35,7 +35,6 @@ class PACKED(4) OatHeader { static constexpr uint8_t kOatVersion[] = { '1', '6', '3', '\0' }; static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline"; - static constexpr const char* kDex2OatHostKey = "dex2oat-host"; static constexpr const char* kDebuggableKey = "debuggable"; static constexpr const char* kNativeDebuggableKey = "native-debuggable"; static constexpr const char* kCompilerFilter = "compiler-filter"; |