We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d399e1 commit cfcd571Copy full SHA for cfcd571
src/inspector_agent.cc
@@ -87,7 +87,6 @@ inline void* StartIoThreadMain(void* unused) {
87
if (agent != nullptr)
88
agent->RequestIoThreadStart();
89
}
90
- return nullptr;
91
92
93
static int StartDebugSignalHandler() {
src/node_url.cc
@@ -600,7 +600,6 @@ std::string URLHost::ToString() const {
600
case HostType::H_DOMAIN:
601
case HostType::H_OPAQUE:
602
return value_.domain_or_opaque;
603
- break;
604
case HostType::H_IPV4: {
605
dest.reserve(15);
606
uint32_t value = value_.ipv4;
0 commit comments