diff options
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 18b1e0ea3c..b51e0debbb 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -77,9 +77,6 @@ class VdexFile; class VerificationResults; class VerifiedMethod; -// Compile-time flag to enable/disable bitstring type checks. -static constexpr bool kUseBitstringTypeCheck = true; - enum EntryPointCallingConvention { // ABI of invocations to a method's interpreter entry point. kInterpreterAbi, |