]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/awynet.cxx
Trivial cleanup commit, to test continuous integration server.
[flightgear.git] / src / Navaids / awynet.cxx
index ab8ec1177b5c2a01602f4a16ab5eed9ac379d53b..5176134c06ca6d6d48d7ee518ac6ea088a28d5a9 100755 (executable)
@@ -354,7 +354,7 @@ FGAirRoute FGAirwayNetwork::findShortestRoute(int start, int end)
   foundRoute = false;
   totalDistance = 0;
   FGNode *firstNode = findNode(start);
-  FGNode *lastNode  = findNode(end);
+  //FGNode *lastNode  = findNode(end);
   //prevNode = prevPrevNode = -1;
   //prevNode = start;
   routes.clear();