diff options
| author | 2013-03-30 14:41:33 -0700 | |
|---|---|---|
| committer | 2013-03-30 14:41:33 -0700 | |
| commit | bf393efe476801b7f27fe6aa47691e3305552e9e (patch) | |
| tree | 2bfd05752781815306c115e40aab2b5fef10dfd0 /src/compiler/llvm/compiler_llvm.h | |
| parent | c404bfb072f9273beb13bf8e098e2a4aa108f18b (diff) | |
| parent | b56812165dd3a2e6eb8b85c810943b3d7bd9bfc4 (diff) | |
Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/platform/art into fixes-for-art-build-with-mr2
Change-Id: Ie46d1f77f98b8a6f55f02b8614cb88b36b6a2d44
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: |