diff options
author | Elliott Hughes <enh@google.com> | 2014-12-11 14:34:28 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-12-12 09:33:34 -0800 |
commit | 956af0f0cb05422e38c1d22cbef309d16b8a1a12 (patch) | |
tree | b558c804d206dad8da648b815750f1b3c97610ae /runtime/modifiers.h | |
parent | 407d77f344cfbdbbfb50531c5f0766bc0892e2fe (diff) | |
download | android_art-956af0f0cb05422e38c1d22cbef309d16b8a1a12.tar.gz android_art-956af0f0cb05422e38c1d22cbef309d16b8a1a12.tar.bz2 android_art-956af0f0cb05422e38c1d22cbef309d16b8a1a12.zip |
Remove portable.
Change-Id: I3bf3250fa866fd2265f1b115d52fa5dedc48a7fc
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. |