(svn r10358) -Codechange: remove the cargopacket leakchecker as it never asserted in almost a week of stresstesting, so I'm pretty sure all cornercases are tested by now.
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
* Container for cargo from the same location and time
|
||||
*/
|
||||
struct CargoPacket {
|
||||
bool touched;
|
||||
|
||||
typedef uint32 ID; ///< Type for cargopacket identifiers
|
||||
|
||||
ID index; ///< The unique index of this packet
|
||||
|
Reference in New Issue
Block a user