diff options
author | Tim Potter <tpot@samba.org> | 2002-05-16 05:45:01 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-16 05:45:01 +0000 |
commit | 16f78e46bb6ded49ff908e48504473cae8530d29 (patch) | |
tree | c3f1155eb69103c53bf2a30d8e4cffb3d7fb4016 /source3/python | |
parent | c2f5c02e2817dac00b7d03060e4403a4de1e9898 (diff) | |
download | samba-16f78e46bb6ded49ff908e48504473cae8530d29.tar.gz samba-16f78e46bb6ded49ff908e48504473cae8530d29.tar.bz2 samba-16f78e46bb6ded49ff908e48504473cae8530d29.zip |
Removed unused variable.
(This used to be commit 8d2f77ce956711f2afbadbeee50d82fbec9047dc)
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_spoolss_drivers_conv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/python/py_spoolss_drivers_conv.c b/source3/python/py_spoolss_drivers_conv.c index 0eaf605cbe..446a465f3e 100644 --- a/source3/python/py_spoolss_drivers_conv.c +++ b/source3/python/py_spoolss_drivers_conv.c @@ -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; |