# HG changeset patch # User tron # Date 1172088305 0 # Node ID 9bff2e15c51631834c499bfb73b095c5e549abcb # Parent 071282ee25fa1350c802283be767e197707778f3 (svn r8835) -Fix Remove dead code diff --git a/src/aircraft_cmd.cpp b/src/aircraft_cmd.cpp --- a/src/aircraft_cmd.cpp +++ b/src/aircraft_cmd.cpp @@ -547,7 +547,6 @@ next_airport_has_hangar = false; if (station == INVALID_STATION) return CMD_ERROR; - st = GetStation(station); next_airport_index = station; }