Removed some dead code

FossilOrigin-Name: ecd28866591ea476fcc28b3703849e7c4074a8a91e54f5c2144e91bded38d246
This commit is contained in:
7u83@mail.ru 2016-02-21 08:13:18 +00:00
parent 7827a0e369
commit 3b347b3bfb
1 changed files with 0 additions and 6 deletions

View File

@ -291,12 +291,6 @@ int ac_run()
}
/* close and free all sockts */
for (i = 0; i < socklist_len; i++) {
// close(socklist[i]);
}
free(socklist);
return 0;
}