diff options
-rw-r--r-- | src/cargopacket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cargopacket.cpp b/src/cargopacket.cpp index c22959ccb..5f964c5e3 100644 --- a/src/cargopacket.cpp +++ b/src/cargopacket.cpp @@ -153,7 +153,6 @@ bool CargoList::MoveTo(CargoList *dest, uint max_move, CargoList::MoveToAction m { assert(mta == MTA_FINAL_DELIVERY || dest != NULL); assert(mta == MTA_UNLOAD || mta == MTA_CARGO_LOAD || payment != NULL); - CargoList tmp; List::iterator it = packets.begin(); while (it != packets.end() && max_move > 0) { |