diff options
author | 2013-03-27 15:29:11 -0700 | |
---|---|---|
committer | 2013-03-27 15:29:11 -0700 | |
commit | 74180cad94848107cf297d37e72437c5a6eecf1b (patch) | |
tree | 9dfa6f7183bc7d6085a2753483b0f7a93c3ce486 /src/compiler/llvm/compiler_llvm.h | |
parent | 857fe960a02834c0d6b8792dcc0af8143995cb1f (diff) |
Remove code related to compiled invoke stubs.
Note that the oat file version is now bumped to 004. A clean-oat will be
necessary after syncing this change.
Change-Id: If8875335b7fcc39b6b40c6f95de07da50da7b6b8
Diffstat (limited to 'src/compiler/llvm/compiler_llvm.h')
-rw-r--r-- | src/compiler/llvm/compiler_llvm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/llvm/compiler_llvm.h b/src/compiler/llvm/compiler_llvm.h index 31973a4e5c..772864cd8c 100644 --- a/src/compiler/llvm/compiler_llvm.h +++ b/src/compiler/llvm/compiler_llvm.h @@ -82,8 +82,6 @@ class CompilerLLVM { CompiledMethod* CompileNativeMethod(DexCompilationUnit* dex_compilation_unit); - CompiledInvokeStub* CreateInvokeStub(bool is_static, const char *shorty); - CompiledInvokeStub* CreateProxyStub(const char *shorty); private: |