Index: src/arm/lithium-arm.cc |
diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc |
index 682c448fd53b1b30d5609334d625eb13e29b83ed..b69b9dc5d7888e1cd22b2e2252b33693b010bd29 100644 |
--- a/src/arm/lithium-arm.cc |
+++ b/src/arm/lithium-arm.cc |
@@ -460,12 +460,6 @@ int LChunk::NearestGapPos(int index) const { |
} |
-int LChunk::NearestNextGapPos(int index) const { |
- while (!IsGapAt(index)) index++; |
- return index; |
-} |
- |
- |
void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) { |
GetGapAt(index)->GetOrCreateParallelMove(LGap::START)->AddMove(from, to); |
} |