backing out small part of my patch for bug 159015 that shouldn't have been

checked in.
This commit is contained in:
darin%netscape.com 2003-04-07 06:10:47 +00:00
parent e9cc9118f6
commit 3bb3970660

View File

@ -753,9 +753,7 @@ nsHttpConnectionMgr::OnMsgPruneDeadConnections()
{
LOG(("nsHttpConnectionMgr::OnMsgPruneDeadConnections\n"));
#ifndef DEBUG
if (mNumIdleConns > 0)
#endif
mCT.Enumerate(PruneDeadConnectionsCB, this);
}