src: remove unimplemented method in TracingAgent

PR-URL: https://github.com/nodejs/node/pull/26959
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
gengjiawen 2019-03-28 21:36:05 +08:00 committed by Ruben Bridgewater
parent fe963149f6
commit 73471236d8
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762

View File

@ -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_;