We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe96314 commit 7347123Copy full SHA for 7347123
src/inspector/tracing_agent.h
@@ -28,8 +28,6 @@ class TracingAgent : public NodeTracing::Backend {
28
std::unique_ptr<protocol::Array<String>>* categories) override;
29
30
private:
31
- void DisconnectTraceClient();
32
-
33
Environment* env_;
34
std::shared_ptr<MainThreadHandle> main_thread_;
35
tracing::AgentWriterHandle trace_writer_;
0 commit comments