Commit 5d990dbf authored by lpy's avatar lpy Committed by Commit bot

[Tracing] Remove unused variable kRuntimeCallStatsTracingEnabled.

kRuntimeCallStatsTracingEnabled was used as a global flag for runtime stats in
tracing, now it is no longer used.

TBR=jochen@chromium.org

Review-Url: https://codereview.chromium.org/2780293002
Cr-Commit-Position: refs/heads/master@{#44249}
parent adbc2d44
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment