Removed unused variable.
authorTim Potter <tpot@samba.org>
Thu, 16 May 2002 05:45:01 +0000 (05:45 +0000)
committerTim Potter <tpot@samba.org>
Thu, 16 May 2002 05:45:01 +0000 (05:45 +0000)
(This used to be commit 8d2f77ce956711f2afbadbeee50d82fbec9047dc)

source3/python/py_spoolss_drivers_conv.c

index 0eaf605cbe98fd6bf5a5b6a8a6622f5e493271db..446a465f3e72ad8a9a52a597bbf9ff3925220a26 100644 (file)
@@ -111,8 +111,6 @@ BOOL py_from_DRIVER_INFO_3(PyObject **dict, DRIVER_INFO_3 *info)
 
 BOOL py_to_DRIVER_INFO_3(DRIVER_INFO_3 *info, PyObject *dict)
 {
-       PyObject *obj;
-
        to_struct(info, dict, py_DRIVER_INFO_3);
 
        return True;