diff options
author | 2015-12-10 08:27:00 +0000 | |
---|---|---|
committer | 2015-12-10 08:27:00 +0000 | |
commit | 70a33905e90c655cb17303b238bace2a2f4d5bf9 (patch) | |
tree | 8753a7d46e3e196ffa70f2263938bd51e816e5af /compiler/common_compiler_test.h | |
parent | 1d97f949e807e963dd92dcf9ac38def5301d555a (diff) | |
parent | 83d4d72aa0e4170209ab50c67ba22e46b71352c1 (diff) |
Merge "Revert "Add support for LZ4 compressed image files""
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r-- | compiler/common_compiler_test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index b491946dc3..1b57b7d1d2 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -90,8 +90,6 @@ class CommonCompilerTest : public CommonRuntimeTest { const char* method_name, const char* signature) SHARED_REQUIRES(Locks::mutator_lock_); - void CreateCompilerDriver(Compiler::Kind kind, InstructionSet isa); - void ReserveImageSpace(); void UnreserveImageSpace(); |