diff --git a/src/algorithms/libs/rtklib/rtklib_rtksvr.cc b/src/algorithms/libs/rtklib/rtklib_rtksvr.cc index ffec14b93..7593eb0bc 100644 --- a/src/algorithms/libs/rtklib/rtklib_rtksvr.cc +++ b/src/algorithms/libs/rtklib/rtklib_rtksvr.cc @@ -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; - } } }