[Python-checkins] python/dist/src/Doc/ext run-func.c,1.2,1.2.14.1

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 01 Dec 2002 20:44:35 -0800


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory sc8-pr-cvs1:/tmp/cvs-serv25437/Doc/ext

Modified Files:
      Tag: release22-maint
	run-func.c 
Log Message:
Remove unused variable

Index: run-func.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/run-func.c,v
retrieving revision 1.2
retrieving revision 1.2.14.1
diff -C2 -d -r1.2 -r1.2.14.1
*** run-func.c	6 Sep 2001 16:20:33 -0000	1.2
--- run-func.c	2 Dec 2002 04:44:33 -0000	1.2.14.1
***************
*** 6,10 ****
      PyObject *pName, *pModule, *pDict, *pFunc;
      PyObject *pArgs, *pValue;
!     int i, result;
  
      if (argc < 3) {
--- 6,10 ----
      PyObject *pName, *pModule, *pDict, *pFunc;
      PyObject *pArgs, *pValue;
!     int i;
  
      if (argc < 3) {