Skip to content

Commit b13cb87

Browse files
authored
Update SPDPAgent.cpp
1 parent a8550f9 commit b13cb87

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/discovery/SPDPAgent.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ void SPDPAgent::start() {
6060
auto t =
6161
sys_thread_new("SPDPThread", runBroadcast, this,
6262
Config::SPDP_WRITER_STACKSIZE, Config::SPDP_WRITER_PRIO);
63-
if (t == nullptr) {
64-
while (1) {
65-
SPDP_LOG("Failed to create SPDP thread\r\n");
66-
}
67-
}
6863
}
6964

7065
void SPDPAgent::stop() { m_running = false; }

0 commit comments

Comments
 (0)