summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r--compiler/common_compiler_test.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h
index cc74f8f6b4..be2e483225 100644
--- a/compiler/common_compiler_test.h
+++ b/compiler/common_compiler_test.h
@@ -33,7 +33,6 @@ namespace mirror {
class ClassLoader;
} // namespace mirror
-class CompiledMethod;
class CompilerOptions;
class CumulativeLogger;
class DexFile;
@@ -54,9 +53,6 @@ class CommonCompilerTestImpl {
ArrayRef<const uint8_t> vmap_table,
InstructionSet instruction_set);
- void MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method)
- REQUIRES_SHARED(Locks::mutator_lock_);
-
protected:
void SetUp();