mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:00:06 +00:00
Removing unused eventEnd variable
This commit is contained in:
parent
a219b1eca4
commit
f9bb3e07c3
1 changed files with 0 additions and 1 deletions
|
|
@ -314,7 +314,6 @@ void AlertLayerHandler::HandleAlert(const types::TextEventKey& key,
|
||||||
auto& vtec = segment->header_->vtecString_.front();
|
auto& vtec = segment->header_->vtecString_.front();
|
||||||
auto action = vtec.pVtec_.action();
|
auto action = vtec.pVtec_.action();
|
||||||
awips::Phenomenon phenomenon = vtec.pVtec_.phenomenon();
|
awips::Phenomenon phenomenon = vtec.pVtec_.phenomenon();
|
||||||
auto eventEnd = vtec.pVtec_.event_end();
|
|
||||||
bool alertActive = (action != awips::PVtec::Action::Canceled);
|
bool alertActive = (action != awips::PVtec::Action::Canceled);
|
||||||
|
|
||||||
auto& segmentsForType = segmentsByType_[{key.phenomenon_, alertActive}];
|
auto& segmentsForType = segmentsByType_[{key.phenomenon_, alertActive}];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue