Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index e3a3d7bcb026540b83aacd50479bdec384c8d4a9..41f80365c0b36d9b880b699685ff7670ad5db794 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.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); |
} |