Index: test/cctest/compiler/test-instruction.cc |
diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc |
index 03d8660deb593541f9ae8693a219333e0ce2e607..5021acf016942b3eb0a2005af585ced832b5972c 100644 |
--- a/test/cctest/compiler/test-instruction.cc |
+++ b/test/cctest/compiler/test-instruction.cc |
@@ -27,20 +27,14 @@ typedef v8::internal::compiler::InstructionSequence TestInstrSeq; |
class InstructionTester : public HandleAndZoneScope { |
public: // We're all friends here. |
InstructionTester() |
- : isolate(main_isolate()), |
- graph(zone()), |
+ : graph(zone()), |
schedule(zone()), |
- fake_stub(main_isolate()), |
- info(&fake_stub, main_isolate()), |
common(zone()), |
machine(zone()), |
code(NULL) {} |
- Isolate* isolate; |
Graph graph; |
Schedule schedule; |
- FakeStubForTesting fake_stub; |
- CompilationInfoWithZone info; |
CommonOperatorBuilder common; |
MachineOperatorBuilder machine; |
TestInstrSeq* code; |