1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

Removed unused variable.

(This used to be commit 8d2f77ce956711f2afbadbeee50d82fbec9047dc)
This commit is contained in:
Tim Potter 2002-05-16 05:45:01 +00:00
parent c2f5c02e28
commit 16f78e46bb

View 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;