Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 0d5ba0f73f0358c8ca1a449b724d0a0c344ddf56..032f6a231d70eedd383b0c56e5cc4a682646f708 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -1887,7 +1887,6 @@ class LChunk: public ZoneObject { |
LGap* GetGapAt(int index) const; |
bool IsGapAt(int index) const; |
int NearestGapPos(int index) const; |
- int NearestNextGapPos(int index) const; |
void MarkEmptyBlocks(); |
const ZoneList<LPointerMap*>* pointer_maps() const { return &pointer_maps_; } |
LLabel* GetLabel(int block_id) const { |