Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index 76c831572309f3fc1d7d21671ba7387b66c9bcc1..4a1d9264f71d076b734e5715b8d769ae44ffaf88 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -1055,18 +1055,6 @@ LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { |
} |
-LInstruction* LChunkBuilder::DoGlobalObject(HGlobalObject* instr) { |
- LOperand* context = UseRegisterAtStart(instr->value()); |
- return DefineAsRegister(new(zone()) LGlobalObject(context)); |
-} |
- |
- |
-LInstruction* LChunkBuilder::DoGlobalReceiver(HGlobalReceiver* instr) { |
- LOperand* global_object = UseRegisterAtStart(instr->value()); |
- return DefineAsRegister(new(zone()) LGlobalReceiver(global_object)); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoCallJSFunction( |
HCallJSFunction* instr) { |
LOperand* function = UseFixed(instr->function(), rdi); |