[traffic] Remove forgotten InitializeDataSources() method

Obsolete since we started using a single data source in 5a031c55

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-05-15 23:57:52 +03:00
parent 3455050876
commit 2ba3030366
2 changed files with 0 additions and 21 deletions

View File

@@ -246,13 +246,6 @@ private:
*/
void ConsolidateFeedQueue();
/**
* @brief Initializes the data sources for an OpenLR decoder.
*
* @param dataSources Receives the data sources for the decoder (one per worker thread).
*/
void InitializeDataSources(std::vector<FrozenDataSource> &dataSources);
/**
* @brief Removes the first message from the first feed and decodes it.
*/