1
0
Fork 0

remove obsolete comments

see 1cd070de8c
This commit is contained in:
Rebecca N. Palmer 2015-04-09 19:05:22 +01:00
parent 73de4aeb86
commit 9745a6fce3

View file

@ -343,9 +343,6 @@ void BasicRealWxController::removeMetarAtPath(const string &propPath)
MetarPropertiesList::iterator it = findMetarAtPath( propPath );
if( it != _metarProperties.end() ) {
SG_LOG(SG_ENVIRONMENT, SG_INFO, "removing metar properties at " << propPath);
// LiveMetarProperties_ptr p(*it); // delay deletion until this goes out of scope when we return; no longer needed?
// TODO: this doesn't actually delete it, because doing so invalidates the
// BasicRealWxController::update iterator, causing a crash on Go To Airport
_metarProperties.erase(it);
} else {
SG_LOG(SG_ENVIRONMENT, SG_WARN, "no metar properties at " << propPath);