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

Unified Diff: src/v8globals.h

Issue 23641009: Refactor and cleanup VirtualMemory. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove useless test case. Created 7 years, 3 months 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
Index: src/v8globals.h
diff --git a/src/v8globals.h b/src/v8globals.h
index 7fa2fd62c56035d7ef11559f39e7b28cee2da2e3..6144631b96d97fc0dd67894e59da306eb78cd06e 100644
--- a/src/v8globals.h
+++ b/src/v8globals.h
@@ -201,8 +201,6 @@ enum PretenureFlag { NOT_TENURED, TENURED };
enum GarbageCollector { SCAVENGER, MARK_COMPACTOR };
-enum Executability { NOT_EXECUTABLE, EXECUTABLE };
-
enum VisitMode {
VISIT_ALL,
VISIT_ALL_IN_SCAVENGE,

Powered by Google App Engine
This is Rietveld 408576698