Ecore : cleanup

SVN revision: 43691
This commit is contained in:
Jonathan Atton 2009-11-14 14:06:58 +00:00
parent 3f3f79cd88
commit 43115643e8
1 changed files with 0 additions and 1 deletions

View File

@ -1069,7 +1069,6 @@ _ecore_con_url_perform(Ecore_Con_Url *url_con)
/* Stupid curl, why can't I get the fd to the current added job? */
curl_multi_fdset(curlm, &read_set, &write_set, &exc_set, &fd_max);
int found = 0;
for (fd = 0; fd <= fd_max; fd++)
{
if (!FD_ISSET(fd, &_current_fd_set))