[Python-checkins] python/dist/src/Modules parsermodule.c,2.76,2.77

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Sun, 09 Feb 2003 09:19:23 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv29630

Modified Files:
	parsermodule.c 
Log Message:
Remove unused variable.


Index: parsermodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/parsermodule.c,v
retrieving revision 2.76
retrieving revision 2.77
diff -C2 -d -r2.76 -r2.77
*** parsermodule.c	8 Feb 2003 18:05:10 -0000	2.76
--- parsermodule.c	9 Feb 2003 17:19:18 -0000	2.77
***************
*** 773,777 ****
          int line_num = 0;
          PyObject *encoding = NULL;
-         PyObject *tmpTuple = NULL;
  
          if (num == encoding_decl) {
--- 773,776 ----