Ecore : cleanup
authorJonathan Atton <jonathan.atton@gmail.com>
Sat, 14 Nov 2009 14:06:58 +0000 (14:06 +0000)
committerJonathan Atton <jonathan.atton@gmail.com>
Sat, 14 Nov 2009 14:06:58 +0000 (14:06 +0000)
SVN revision: 43691

legacy/ecore/src/lib/ecore_con/ecore_con_url.c

index 111b5c7..38c25bd 100644 (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))