mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-24 06:53:46 +00:00
[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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user