[Python-checkins] CVS: python/dist/src/Modules selectmodule.c,2.39,2.40

Thomas Wouters python-dev@python.org
Sat, 22 Jul 2000 09:41:13 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv26283/Modules

Modified Files:
	selectmodule.c 
Log Message:

Remove unused variable.



Index: selectmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/selectmodule.c,v
retrieving revision 2.39
retrieving revision 2.40
diff -C2 -r2.39 -r2.40
*** selectmodule.c	2000/07/21 06:00:07	2.39
--- selectmodule.c	2000/07/22 16:41:08	2.40
***************
*** 89,93 ****
  
  	for (i = 0; i < len; i++)  {
- 		PyObject *meth;
  		SOCKET v;
  
--- 89,92 ----