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:
authorShelley Vohr <shelley.vohr@gmail.com>2021-09-08 11:03:38 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2021-09-11 10:55:48 +0300
commitf8836b208c43c2965061e0493948cf35d946fb87 (patch)
tree15fa050c7dfa03458b61812bbe8979ab48ff9966 /src/inspector_agent.cc
parent1b335d41a405f491a84c4d8cb51fabd4615c0306 (diff)
src: fix -Wunreachable-code-return error
PR-URL: https://github.com/nodejs/node/pull/40034 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/inspector_agent.cc')
-rw-r--r--src/inspector_agent.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspector_agent.cc b/src/inspector_agent.cc
index 612ce2b78b4..c4a3322c6d9 100644
--- a/src/inspector_agent.cc
+++ b/src/inspector_agent.cc
@@ -87,7 +87,6 @@ inline void* StartIoThreadMain(void* unused) {
if (agent != nullptr)
agent->RequestIoThreadStart();
}
- return nullptr;
}
static int StartDebugSignalHandler() {