diff options
| author | 2012-06-26 18:11:27 -0700 | |
|---|---|---|
| committer | 2012-06-27 04:07:40 -0700 | |
| commit | 50b69e30ef69e72a48b1789622caaab4de203cfb (patch) | |
| tree | 336cb5ac90bfb80666870474e2df8c82a1ffbf49 /src/compiler_llvm/compiler_llvm.cc | |
| parent | 0b130de5e6d8fda5f621f87223fa8d0117e6e5a2 (diff) | |
Fix build. Remove unused declaration.
Change-Id: I3efef12c816518aa2753d7019de113e68966e760
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.cc')
| -rw-r--r-- | src/compiler_llvm/compiler_llvm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/compiler_llvm.cc b/src/compiler_llvm/compiler_llvm.cc index b793fbda64..db4ad0a28d 100644 --- a/src/compiler_llvm/compiler_llvm.cc +++ b/src/compiler_llvm/compiler_llvm.cc @@ -187,7 +187,7 @@ extern "C" void ArtUnInitCompilerContext(art::Compiler& compiler) { extern "C" art::CompiledMethod* ArtCompileMethod(art::Compiler& compiler, const art::DexFile::CodeItem* code_item, uint32_t access_flags, uint32_t method_idx, - const art::ClassLoader* class_loader, + art::ClassLoader* class_loader, const art::DexFile& dex_file) { art::ClassLinker *class_linker = art::Runtime::Current()->GetClassLinker(); |