diff options
author | 2015-07-14 11:37:54 +0100 | |
---|---|---|
committer | 2015-07-15 10:44:34 +0100 | |
commit | c04c800e7bda94abfadc8c2d30f58c50b261b612 (patch) | |
tree | c4096b86bde3b8be56be21bf1a72b7a04f227430 /compiler/compiled_method.h | |
parent | f68c8545382925062da2b87169ca2b5314f0b431 (diff) |
Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""
This reverts commit ed6195a514e3253576af27ea9ba13038509d29ac.
Change-Id: Icb58854301e8982147cdebe3edf2e0d9e0a63a56
Diffstat (limited to 'compiler/compiled_method.h')
-rw-r--r-- | compiler/compiled_method.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/compiled_method.h b/compiler/compiled_method.h index 45a62bc6c7..a4d2387030 100644 --- a/compiler/compiled_method.h +++ b/compiler/compiled_method.h @@ -47,8 +47,6 @@ class CompiledCode { return quick_code_; } - void SetCode(const ArrayRef<const uint8_t>* quick_code); - bool operator==(const CompiledCode& rhs) const; // To align an offset from a page-aligned value to make it suitable |