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:
parent
c2f5c02e28
commit
16f78e46bb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user