Remove unused variable.

This commit is contained in:
Thomas Wouters 2000-07-22 16:41:08 +00:00
parent 1bc8c1eb83
commit ba48a3f3ff
1 changed files with 0 additions and 1 deletions

View 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 */