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

Unified Diff: src/v8.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/v8.h ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index 4a7dc6f27d5e4768ff793d6934cc4b9842c3d08a..29013fd9c7476d7372eceeb5c814e31bd7b291a2 100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -34,9 +34,6 @@
namespace v8 { namespace internal {
-DEFINE_bool(preemption, false,
- "activate a 100ms timer that switches between V8 threads");
-
bool V8::has_been_setup_ = false;
bool V8::has_been_disposed_ = false;
« no previous file with comments | « src/v8.h ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698