Index: src/crankshaft/mips/lithium-mips.cc |
diff --git a/src/crankshaft/mips/lithium-mips.cc b/src/crankshaft/mips/lithium-mips.cc |
index 368caec39a24e836239aaea4ea6b4d395d4847dc..f7885c9cc6f3a53114d685336ad7dda0faa97cde 100644 |
--- a/src/crankshaft/mips/lithium-mips.cc |
+++ b/src/crankshaft/mips/lithium-mips.cc |
@@ -1772,13 +1772,6 @@ LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { |
} |
-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. |