Remove some unneded methods added in level_2_chunks

This commit is contained in:
AdenKoperczak 2025-04-21 19:44:31 -04:00
parent 759a9e4379
commit 2daf4d8ba4
No known key found for this signature in database
GPG key ID: 9843017036F62EE7
5 changed files with 12 additions and 53 deletions

View file

@ -346,17 +346,6 @@ std::shared_ptr<wsr88d::NexradFile> AwsNexradDataProvider::LoadObjectByTime(
}
}
std::shared_ptr<wsr88d::NexradFile> AwsNexradDataProvider::LoadLatestObject()
{
return LoadObjectByKey(FindLatestKey());
}
std::shared_ptr<wsr88d::NexradFile>
AwsNexradDataProvider::LoadSecondLatestObject()
{
return nullptr;
}
std::pair<size_t, size_t> AwsNexradDataProvider::Refresh()
{
using namespace std::chrono;