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: nodejs/node#15646
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
danbev authored and addaleax committed Sep 30, 2017
1 parent 46993b2 commit e6a767e
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 e6a767e

Please sign in to comment.