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

Unified Diff: src/usage-analyzer.cc

Issue 1935: New static flags system (Closed)
Patch Set: Merge, again. Created 12 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
« no previous file with comments | « src/top.cc ('k') | src/v8.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/usage-analyzer.cc
diff --git a/src/usage-analyzer.cc b/src/usage-analyzer.cc
index 0f234d8d97cf2b5710811efb545a070a9b866690..2910fc671ba12275c84602f953ec27778d0bd84a 100644
--- a/src/usage-analyzer.cc
+++ b/src/usage-analyzer.cc
@@ -33,8 +33,6 @@
namespace v8 { namespace internal {
-DEFINE_bool(usage_computation, true, "compute variable usage counts");
-
// Weight boundaries
static const int MinWeight = 1;
static const int MaxWeight = 1000000;
« no previous file with comments | « src/top.cc ('k') | src/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698