Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: src/x64/lithium-x64.h

Issue 5605004: Remove NearestNextGapPos. It is not used anymore. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/lithium-allocator.cc ('K') | « src/lithium-allocator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« src/lithium-allocator.cc ('K') | « src/lithium-allocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698