Update of /cvsroot/pypgsql/pypgsql
In directory usw-pr-cvs1:/tmp/cvs-serv15794
Modified Files:
pglargeobject.c
Log Message:
01OCT2002 gh Removed unused variable.
Index: pglargeobject.c
===================================================================
RCS file: /cvsroot/pypgsql/pypgsql/pglargeobject.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pglargeobject.c 4 Nov 2001 05:36:03 -0000 1.11
--- pglargeobject.c 2 Oct 2002 04:03:26 -0000 1.12
***************
*** 1199,1204 ****
PgLargeObject *lo;
PyObject *res;
! PGconn *cnx;
! int fd, offset = 0;
--- 1199,1203 ----
PgLargeObject *lo;
PyObject *res;
! int offset = 0;
|