summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-22 16:41:08 (GMT)
committerThomas Wouters <thomas@python.org>2000-07-22 16:41:08 (GMT)
commitba48a3f3fff532ee5bafcf530ea0e4141f5d1df7 (patch)
treedb10a4f398f406e9bab0a501bb215aba9d198472 /Modules
parent1bc8c1eb832219c8cafcc684fdee3811dad0f2ae (diff)
downloadcpython-ba48a3f3fff532ee5bafcf530ea0e4141f5d1df7.zip
cpython-ba48a3f3fff532ee5bafcf530ea0e4141f5d1df7.tar.gz
cpython-ba48a3f3fff532ee5bafcf530ea0e4141f5d1df7.tar.bz2
Remove unused variable.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/selectmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 674a738..1adde19 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -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 */