From 873e090be37a3128f73d87988c2981dbfcee6601 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 20 Mar 2003 01:05:22 +0000 Subject: Merge of compiler warning fixups. (This used to be commit 0308a0a11265050f53fc7e8e03f8e17b04adb45d) --- source3/python/py_srvsvc_conv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/python/py_srvsvc_conv.c') 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