]> granicus.if.org Git - python/commitdiff
Remove unused variable.
authorThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 16:41:08 +0000 (16:41 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 16:41:08 +0000 (16:41 +0000)
Modules/selectmodule.c

index 674a73864d5b65648f332e44f039ac5cb8a20d6f..1adde1936683d15831045a21a59afa5ee21af2b4 100644 (file)
@@ -88,7 +88,6 @@ list2set(PyObject *list, fd_set *set, pylist fd2obj[FD_SETSIZE + 3])
        FD_ZERO(set);
 
        for (i = 0; i < len; i++)  {
-               PyObject *meth;
                SOCKET v;
 
                /* any intervening fileno() calls could decr this refcnt */