]> granicus.if.org Git - php/commitdiff
Removed unused variable.
authorIlia Alshanetsky <iliaa@php.net>
Mon, 15 Dec 2003 03:15:50 +0000 (03:15 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 15 Dec 2003 03:15:50 +0000 (03:15 +0000)
win32/select.c

index 66ac57b767aedf1dae075d2ec37be8574da0ff5f..df1dba3c33bf8787016d7e1077d27bddb4c7ec1b 100644 (file)
@@ -36,7 +36,7 @@
  * */
 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv)
 {
-       DWORD ms_total, limit, slice;
+       DWORD ms_total, limit;
        HANDLE handles[MAXIMUM_WAIT_OBJECTS];
        int handle_slot_to_fd[MAXIMUM_WAIT_OBJECTS];
        int n_handles = 0, i;