Author: cito
Date: Wed Oct 31 07:19:28 2012
New Revision: 452

Log:
Remove unused code.

Modified:
   trunk/module/pgmodule.c

Modified: trunk/module/pgmodule.c
==============================================================================
--- trunk/module/pgmodule.c     Tue Oct 30 18:41:33 2012        (r451)
+++ trunk/module/pgmodule.c     Wed Oct 31 07:19:28 2012        (r452)
@@ -3973,7 +3973,6 @@
 pgsetdefpasswd(PyObject *self, PyObject *args)
 {
        char       *temp = NULL;
-       PyObject   *old;
 
        /* gets arguments */
        if (!PyArg_ParseTuple(args, "z", &temp))
@@ -3983,9 +3982,6 @@
                return NULL;
        }
 
-       /* adjusts value */
-       old = pg_default_passwd;
-
        if (temp)
                pg_default_passwd = PyString_FromString(temp);
        else
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to