Index: src/compiler/instruction-selector-impl.h |
diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h |
index a02a6e222327ffae41ad14b77baa84ca20fcaf6e..26ac2d9f590f30e3a1ca2302eef3bbae8fd4f880 100644 |
--- a/src/compiler/instruction-selector-impl.h |
+++ b/src/compiler/instruction-selector-impl.h |
@@ -143,7 +143,6 @@ class OperandGenerator { |
protected: |
InstructionSelector* selector() const { return selector_; } |
InstructionSequence* sequence() const { return selector()->sequence(); } |
- Isolate* isolate() const { return zone()->isolate(); } |
Zone* zone() const { return selector()->instruction_zone(); } |
private: |