diff options
Diffstat (limited to 'psycopg/lobject_int.c')
-rw-r--r-- | psycopg/lobject_int.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/psycopg/lobject_int.c b/psycopg/lobject_int.c index cd110ee..cdca5d2 100644 --- a/psycopg/lobject_int.c +++ b/psycopg/lobject_int.c @@ -97,7 +97,6 @@ lobject_open(lobjectObject *self, connectionObject *conn, } } /* set the mode for future reference */ - self->mode = mode; switch (mode) { case -1: self->smode = "n"; break; |