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

Unified Diff: runtime/vm/dart.cc

Issue 11549011: Move generate_perf_events_symbols flag to VM (new issue with @google address) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Prep for commit to trunk Created 8 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
« no previous file with comments | « runtime/vm/dart.h ('k') | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index d6ca37e447ae1615a251c86c66bac19e2f7547f0..a26c0c4521a36d8c7f8b38ee51d4ac483bbd4cb9 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -31,7 +31,6 @@ DECLARE_FLAG(bool, trace_isolates);
Isolate* Dart::vm_isolate_ = NULL;
ThreadPool* Dart::thread_pool_ = NULL;
-void* Dart::perf_events_file_ = NULL;
DebugInfo* Dart::pprof_symbol_generator_ = NULL;
// An object visitor which will mark all visited objects. This is used to
« no previous file with comments | « runtime/vm/dart.h ('k') | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698