refactor: Remove outdated VATSIM datafile URL from cache class

The cache is filled at every start with the URLs from the status file.
There should be no need to hardcode a URL here.
This commit is contained in:
Lars Toenning
2024-01-25 11:34:45 +01:00
parent 9f50aaaa4a
commit aa3347ae8b
2 changed files with 1 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ namespace BlackMisc::Simulation
namespace BlackCore::Vatsim
{
//! Read vatsim data file
//! \sa http://info.vroute.net/vatsim-data.txt
class BLACKCORE_EXPORT CVatsimDataFileReader :
public CThreadedReader,
public BlackMisc::Network::CEcosystemAware