From 74180cad94848107cf297d37e72437c5a6eecf1b Mon Sep 17 00:00:00 2001 From: Jeff Hao Date: Wed, 27 Mar 2013 15:29:11 -0700 Subject: 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 --- src/compiler/llvm/compiler_llvm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compiler/llvm/compiler_llvm.h') 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: -- cgit v1.2.3-59-g8ed1b