From 8406be4f68f90a9aa8b3ff8d745ab57be1528a9e Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 19 Mar 2003 11:22:57 +0000 Subject: Removed unused variable. (This used to be commit 6326b0f0b489334c672548a50740890a124988a2) --- source3/python/py_srvsvc_conv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/python') 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)); -- cgit