diff options
Diffstat (limited to 'dex2oat/dex2oat.cc')
| -rw-r--r-- | dex2oat/dex2oat.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index 8800d18eee..80e77245fc 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -738,7 +738,6 @@ void CheckExplicitCheckOptions(InstructionSet isa, bool* explicit_null_checks, switch (isa) { case kArm: case kThumb2: - case kX86: break; // All checks implemented, leave as is. default: // No checks implemented, reset all to explicit checks. |