Remove more lint.
Change-Id: I48714db4169d9ea0536342809361210910ee2091
diff --git a/src/compiler.cc b/src/compiler.cc
index 137f242..647a8ed 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -74,7 +74,7 @@
case kX86:
return x86::CreateJniDlsymLookupStub();
default:
- LOG(FATAL) << "Unknown InstructionSet " << (int) instruction_set;
+ LOG(FATAL) << "Unknown InstructionSet: " << static_cast<int>(instruction_set);
return NULL;
}
}
@@ -338,7 +338,6 @@
}
// clear any class not found or verification exceptions
Thread::Current()->ClearException();
-
}
DexCache* dex_cache = class_linker->FindDexCache(dex_file);