diff options
author | 2017-02-03 16:00:44 +0000 | |
---|---|---|
committer | 2017-02-03 16:00:45 +0000 | |
commit | b78a8af993e877d74c5938f65f95feaf2fa01321 (patch) | |
tree | dbba6b6d3ce898915e7489b57d2758cb87ddbfd9 | |
parent | 6058b682234060120c4407a1afad1182fa5a1baf (diff) | |
parent | 9932d4bb5fd9ef522752480de97dfefc4665f933 (diff) |
Merge "ART: Remove unused asm definition"
-rw-r--r-- | tools/cpp-define-generator/constant_jit.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cpp-define-generator/constant_jit.def b/tools/cpp-define-generator/constant_jit.def index 82cdbb20f1..5fa5194d00 100644 --- a/tools/cpp-define-generator/constant_jit.def +++ b/tools/cpp-define-generator/constant_jit.def @@ -25,6 +25,5 @@ DEFINE_JIT_CONSTANT(CHECK_OSR, int16_t, art::jit::kJitCheckForOSR) DEFINE_JIT_CONSTANT(HOTNESS_DISABLE, int16_t, art::jit::kJitHotnessDisabled) -DEFINE_JIT_CONSTANT(CHECK_OSR_THRESHOLD, int16_t, art::jit::Jit::kJitRecheckOSRThreshold) #undef DEFINE_JIT_CONSTANT |