[traffxml] Remove unused HttpTraffSource::ThreadRoutine()

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-08-10 18:57:52 +03:00
parent dde50bd0a1
commit bd555afe61

View File

@@ -528,15 +528,6 @@ private:
*/
void OnPollResponse(TraffResponse & response);
/**
* @brief Event loop for the worker thread.
*
* This method runs an event loop, which blocks until woken up. When woken up, it processes the
* request (subscribe, change subscription, poll or unsubscribe) and its result, then blocks
* again until woken up for the next request.
*/
void ThreadRoutine();
/**
* @brief The update interval, 5 minutes.
*/