Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYash Ladha <yashladhapankajladha123@gmail.com>2021-03-30 17:48:11 +0300
committerJames M Snell <jasnell@gmail.com>2021-04-30 23:29:47 +0300
commit0f5a76f8584b344b39173165d8cb18b023bdbdae (patch)
tree99c334395dbd48f73eb7017177b96b73ad78f13a /src/inspector_agent.h
parent93f0b4d35bf72a1119b8a5bfea932b85faa1a4a6 (diff)
inspector: remove redundant method for connection check
PR-URL: https://github.com/nodejs/node/pull/37986 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/inspector_agent.h')
-rw-r--r--src/inspector_agent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspector_agent.h b/src/inspector_agent.h
index 08b8817f436..1c8d496ba27 100644
--- a/src/inspector_agent.h
+++ b/src/inspector_agent.h
@@ -59,8 +59,6 @@ class Agent {
// --inspect command line flag) or if inspector JS API had been used.
bool IsActive();
- // Option is set to wait for session connection
- bool WillWaitForConnect();
// Blocks till frontend connects and sends "runIfWaitingForDebugger"
void WaitForConnect();
// Blocks till all the sessions with "WaitForDisconnectOnShutdown" disconnect