Index: src/crankshaft/mips64/lithium-mips64.cc |
diff --git a/src/crankshaft/mips64/lithium-mips64.cc b/src/crankshaft/mips64/lithium-mips64.cc |
index 52736f70d0823c91dedb61b1ac10b295c7c1fd60..8d745f6114b94f62ef47f4465192d6ed7cd34493 100644 |
--- a/src/crankshaft/mips64/lithium-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-mips64.cc |
@@ -1778,13 +1778,6 @@ return result; |
} |
-LInstruction* LChunkBuilder::DoBoundsCheckBaseIndexInformation( |
- HBoundsCheckBaseIndexInformation* instr) { |
- UNREACHABLE(); |
- return NULL; |
-} |
- |
- |
LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) { |
// The control instruction marking the end of a block that completed |
// abruptly (e.g., threw an exception). There is nothing specific to do. |