1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-02 10:57:59 +00:00

Fix building with old compilers

This commit is contained in:
Carles Fernandez
2025-08-12 12:19:18 +02:00
parent 28239e49e5
commit 9d9a46abea

View File

@@ -1099,10 +1099,6 @@ void rtksvrstop(rtksvr_t *svr, char **cmds)
{
tracet(1, "rtksvrstop: pthread_join failed with code %d\n", ret);
}
else
{
svr->thread = nullptr;
}
}
}