diff options
author | 2013-04-05 16:48:22 -0700 | |
---|---|---|
committer | 2013-04-08 10:23:45 -0700 | |
commit | 9609cb6ee479d5853aaf170d55b60715491c5db5 (patch) | |
tree | 4b227a7c81ee685ee542eae97208a15fa2266eee /src/compiler/llvm/compiler_llvm.h | |
parent | 5fa60c3db4208df407113b5a69d295a9c93d53b1 (diff) |
Remove remaining code related to compiled invoke and proxy stubs.
Change-Id: Ib0b2829fed9d7efee09d098ce4db9d13f2fa2eac
Diffstat (limited to 'src/compiler/llvm/compiler_llvm.h')
-rw-r--r-- | src/compiler/llvm/compiler_llvm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/llvm/compiler_llvm.h b/src/compiler/llvm/compiler_llvm.h index 772864cd8c..e7717a3fd4 100644 --- a/src/compiler/llvm/compiler_llvm.h +++ b/src/compiler/llvm/compiler_llvm.h @@ -30,7 +30,6 @@ #include <vector> namespace art { - class CompiledInvokeStub; class CompiledMethod; class CompilerDriver; class DexCompilationUnit; @@ -82,8 +81,6 @@ class CompilerLLVM { CompiledMethod* CompileNativeMethod(DexCompilationUnit* dex_compilation_unit); - CompiledInvokeStub* CreateProxyStub(const char *shorty); - private: LlvmCompilationUnit* AllocateCompilationUnit(); |