Removed assert.

This commit is contained in:
Jan Vidar Krey 2009-11-21 11:52:25 +01:00
parent 53536f191d
commit 8bcdbdc061
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ static void net_con_after_close(struct net_connection* con)
if (net_con_flag_get(con, NET_INITIALIZED))
{
LOG_MEMORY("DEL: close: CON={ %p, %p, %d, %d}", con, &con->event, con->sd, -1);
uhub_assert(net_con_flag_get(con, NET_EVENT_SET) != 0);
net_con_flag_unset(con, NET_EVENT_SET);
event_del(&con->event);