diff options
author | 2015-07-15 09:47:00 +0000 | |
---|---|---|
committer | 2015-07-15 09:47:00 +0000 | |
commit | 045da88bd0230ddf48aaf037b3d6c16fbb97ba65 (patch) | |
tree | bc8856c94e2afe225a2429dc8c7a023f56489067 /compiler/compiled_method.h | |
parent | 172c8f71a866931728c389a46ae9e69bc4c04a13 (diff) | |
parent | c04c800e7bda94abfadc8c2d30f58c50b261b612 (diff) |
Merge "Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""""
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 |