1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00

Removed unused variable.

(This used to be commit 6326b0f0b4)
This commit is contained in:
Tim Potter
2003-03-19 11:22:57 +00:00
parent b6627c79b9
commit 8406be4f68

View File

@ -33,8 +33,6 @@ static struct pyconv py_SRV_INFO_101[] = {
BOOL py_from_SRV_INFO_101(PyObject **dict, SRV_INFO_101 *info)
{
PyObject *obj;
*dict = from_struct(info, py_SRV_INFO_101);
PyDict_SetItemString(*dict, "level", PyInt_FromLong(101));