diff options
| author | 2013-03-27 22:39:47 +0000 | |
|---|---|---|
| committer | 2013-03-27 22:39:47 +0000 | |
| commit | 75c233def8b89c0956e4401b805e6ebe7a48c1ac (patch) | |
| tree | e0d43f868a094a50e266837062d7eee0a786dd25 /src/compiler/llvm/compiler_llvm.h | |
| parent | 22c0569fe6816086acdef90798622a6d6e209532 (diff) | |
| parent | 74180cad94848107cf297d37e72437c5a6eecf1b (diff) | |
Merge "Remove code related to compiled invoke stubs." into dalvik-dev
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: |