1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Removed unused variable.

(This used to be commit 6326b0f0b489334c672548a50740890a124988a2)
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));