mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:00:05 +00:00
Remove some unneded methods added in level_2_chunks
This commit is contained in:
parent
759a9e4379
commit
2daf4d8ba4
5 changed files with 12 additions and 53 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue