Index: vm/flow_graph_compiler_x64.h |
=================================================================== |
--- vm/flow_graph_compiler_x64.h (revision 16591) |
+++ vm/flow_graph_compiler_x64.h (working copy) |
@@ -207,8 +207,6 @@ |
void FinalizeComments(const Code& code); |
void FinalizeStaticCallTargetsTable(const Code& code); |
- const Bool& bool_true() const { return bool_true_; } |
- const Bool& bool_false() const { return bool_false_; } |
const Class& double_class() const { return double_class_; } |
// Returns true if the compiled function has a finally clause. |
@@ -345,8 +343,6 @@ |
// Set to true if optimized code has IC calls. |
bool may_reoptimize_; |
- const Bool& bool_true_; |
- const Bool& bool_false_; |
const Class& double_class_; |
ParallelMoveResolver parallel_move_resolver_; |