Kaydet (Commit) ba48a3f3 authored tarafından Thomas Wouters's avatar Thomas Wouters

Remove unused variable.

üst 1bc8c1eb
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment