METAR: Remove duplicate lines from manual merge

Thanks to Tobias Dammers for pointing this out.
This commit is contained in:
James Turner 2021-10-20 13:16:31 +01:00
parent 148ba367ee
commit 6d71ab75b2

View File

@ -132,8 +132,6 @@ SGMetar::SGMetar(const string& m) :
throw sg_io_exception("metar pressure data malformed or missing ", sg_location(_url));
}
scanTemperature();
scanPressure();
while (scanSkyCondition()) ;
while (scanRunwayReport()) ;
scanWindShear();