Skip to content

Commit

Permalink
src: remove unused using in node_trace_writer.h
Browse files Browse the repository at this point in the history
There is an unnecessary using TracingController in node_trace_writer.h
and this commit removes it.

PR-URL: #15646
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
danbev authored and MylesBorins committed Oct 11, 2017
1 parent 1141e93 commit 7e1003a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tracing/node_trace_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace tracing {

using v8::platform::tracing::TraceObject;
using v8::platform::tracing::TraceWriter;
using v8::platform::tracing::TracingController;

class NodeTraceWriter : public TraceWriter {
public:
Expand Down

0 comments on commit 7e1003a

Please sign in to comment.