summaryrefslogtreecommitdiff
path: root/source3/python/py_srvsvc_conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_srvsvc_conv.c')
-rw-r--r--source3/python/py_srvsvc_conv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/python/py_srvsvc_conv.c b/source3/python/py_srvsvc_conv.c
index de43f070ed..86c3761d0f 100644
--- a/source3/python/py_srvsvc_conv.c
+++ b/source3/python/py_srvsvc_conv.c
@@ -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));