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

Unified Diff: runtime/vm/isolate.h

Issue 1343253002: - Remove unused Counters class from isolate. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « runtime/vm/counters.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index e0ff67b28196817279625a8f5ca4de1f08172351..cfbc86fc3e0d5f28d066e3181b4c0df635b0abde 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -10,7 +10,6 @@
#include "vm/atomic.h"
#include "vm/base_isolate.h"
#include "vm/class_table.h"
-#include "vm/counters.h"
#include "vm/handles.h"
#include "vm/megamorphic_cache_table.h"
#include "vm/metrics.h"
@@ -736,8 +735,6 @@ class Isolate : public BaseIsolate {
static void VisitIsolates(IsolateVisitor* visitor);
- Counters* counters() { return &counters_; }
-
// Handle service messages until we are told to resume execution.
void PauseEventHandler();
@@ -916,8 +913,6 @@ class Isolate : public BaseIsolate {
Metric* metrics_list_head_;
- Counters counters_;
-
bool compilation_allowed_;
// TODO(23153): Move this out of Isolate/Thread.
« no previous file with comments | « runtime/vm/counters.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698