Skip to content

Commit

Permalink
src: remove unimplemented method in TracingAgent
Browse files Browse the repository at this point in the history
PR-URL: #26959
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
gengjiawen authored and BridgeAR committed Apr 16, 2019
1 parent fe96314 commit 7347123
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/inspector/tracing_agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class TracingAgent : public NodeTracing::Backend {
std::unique_ptr<protocol::Array<String>>* categories) override;

private:
void DisconnectTraceClient();

Environment* env_;
std::shared_ptr<MainThreadHandle> main_thread_;
tracing::AgentWriterHandle trace_writer_;
Expand Down

0 comments on commit 7347123

Please sign in to comment.