remove ROBUST, this is taken care of by NDEBUG (thanks to Petr Uzel)

This commit is contained in:
Arnout Engelen
2008-12-31 15:52:26 +00:00
parent 8b7a51c57d
commit 3d6ac8bdd3
8 changed files with 47 additions and 82 deletions

View File

@@ -64,8 +64,7 @@ u_int32_t PackList::sumanddel (timeval t)
/* packet may be deleted by caller */
Connection::Connection (Packet * packet)
{
if (!ROBUST)
assert (packet != NULL);
assert (packet != NULL);
connections = new ConnList (this, connections);
sent_packets = new PackList ();
recv_packets = new PackList ();