[Python-checkins] CVS: python/dist/src/Objects unicodeobject.c,2.89,2.90

Jeremy Hylton jhylton@users.sourceforge.net
Mon, 07 May 2001 21:00:48 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv20860

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


Index: unicodeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/unicodeobject.c,v
retrieving revision 2.89
retrieving revision 2.90
diff -C2 -r2.89 -r2.90
*** unicodeobject.c	2001/05/05 05:36:48	2.89
--- unicodeobject.c	2001/05/08 04:00:45	2.90
***************
*** 2722,2726 ****
      int reslen = 0;
      Py_UNICODE *p;
-     int seqlen = 0;
      int sz = 100;
      int i;
--- 2722,2725 ----