METAR: Remove duplicate lines from manual merge
Thanks to Tobias Dammers for pointing this out.
This commit is contained in:
parent
148ba367ee
commit
6d71ab75b2
@ -132,8 +132,6 @@ SGMetar::SGMetar(const string& m) :
|
|||||||
throw sg_io_exception("metar pressure data malformed or missing ", sg_location(_url));
|
throw sg_io_exception("metar pressure data malformed or missing ", sg_location(_url));
|
||||||
}
|
}
|
||||||
|
|
||||||
scanTemperature();
|
|
||||||
scanPressure();
|
|
||||||
while (scanSkyCondition()) ;
|
while (scanSkyCondition()) ;
|
||||||
while (scanRunwayReport()) ;
|
while (scanRunwayReport()) ;
|
||||||
scanWindShear();
|
scanWindShear();
|
||||||
|
Loading…
Reference in New Issue
Block a user