| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index af0d5604ddc87865a77aaf55c35af48d3114d0d0..1c901c085fcab312ec6a670b41faea124ccb03ae 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -1890,7 +1890,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 {
|
|
|