Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 0c1559be4438c754da99fc4eb53bf984719d3f3a..f66ec1689c98e8a44476b066be849c1f28ea33d6 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -216,11 +216,6 @@ class LChunk: public ZoneObject { |
return 0; |
} |
- int NearestNextGapPos(int index) const { |
- UNIMPLEMENTED(); |
- return 0; |
- } |
- |
void MarkEmptyBlocks() { UNIMPLEMENTED(); } |
#ifdef DEBUG |