Index: src/compiler/effect-control-linearizer.h |
diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h |
index 846a6dfd092bb91c731a7dee0cacc6048f3b8d5a..559d25d1a04c1a64c6e8ecf0148d763156e78e42 100644 |
--- a/src/compiler/effect-control-linearizer.h |
+++ b/src/compiler/effect-control-linearizer.h |
@@ -55,7 +55,6 @@ class EffectControlLinearizer { |
Node* ChangeInt32ToFloat64(Node* value); |
Node* ChangeUint32ToFloat64(Node* value); |
- Node* HeapNumberValueIndexConstant(); |
Node* SmiMaxValueConstant(); |
Node* SmiShiftBitsConstant(); |
@@ -70,7 +69,6 @@ class EffectControlLinearizer { |
JSGraph* js_graph_; |
Schedule* schedule_; |
Zone* temp_zone_; |
- SetOncePointer<const Operator> allocate_heap_number_operator_; |
}; |
} // namespace compiler |