| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6d399e1 commit cfcd571
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -87,7 +87,6 @@ inline void* StartIoThreadMain(void* unused) { | |||
| 87 | 87 | if (agent != nullptr) | |
| 88 | 88 | agent->RequestIoThreadStart(); | |
| 89 | 89 | } | |
| 90 | - return nullptr; | ||
| 91 | 90 | } | |
| 92 | 91 | ||
| 93 | 92 | static int StartDebugSignalHandler() { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -600,7 +600,6 @@ std::string URLHost::ToString() const { | |||
| 600 | 600 | case HostType::H_DOMAIN: | |
| 601 | 601 | case HostType::H_OPAQUE: | |
| 602 | 602 | return value_.domain_or_opaque; | |
| 603 | - break; | ||
| 604 | 603 | case HostType::H_IPV4: { | |
| 605 | 604 | dest.reserve(15); | |
| 606 | 605 | uint32_t value = value_.ipv4; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments