diff options
Diffstat (limited to 'runtime/modifiers.h')
-rw-r--r-- | runtime/modifiers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/modifiers.h b/runtime/modifiers.h index 23c18f86ff..09dc78ad49 100644 --- a/runtime/modifiers.h +++ b/runtime/modifiers.h @@ -46,7 +46,6 @@ static constexpr uint32_t kAccClassIsProxy = 0x00040000; // class (dex static constexpr uint32_t kAccPreverified = 0x00080000; // class (runtime), // method (dex only) static constexpr uint32_t kAccFastNative = 0x00080000; // method (dex only) -static constexpr uint32_t kAccPortableCompiled = 0x00100000; // method (dex only) static constexpr uint32_t kAccMiranda = 0x00200000; // method (dex only) // Special runtime-only flags. |