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

Unified Diff: src/tracing/trace-event.h

Issue 2780293002: [Tracing] Remove unused variable kRuntimeCallStatsTracingEnabled. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tracing/trace-event.h
diff --git a/src/tracing/trace-event.h b/src/tracing/trace-event.h
index a228608f1b702218dfa1040c615d720e8cf6929a..8fbd56f6b5de23f2c983bf0da09c3541c7265a7c 100644
--- a/src/tracing/trace-event.h
+++ b/src/tracing/trace-event.h
@@ -275,8 +275,6 @@ const int kZeroNumArgs = 0;
const decltype(nullptr) kGlobalScope = nullptr;
const uint64_t kNoId = 0;
-extern base::Atomic32 kRuntimeCallStatsTracingEnabled;
-
class TraceEventHelper {
public:
static v8::Platform* GetCurrentPlatform();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698