From: Matthias Dieter Wallnöfer Date: Thu, 17 Feb 2011 13:47:10 +0000 (+0100) Subject: s4:scripting/python/modules.c - remove a really unnecessary variable X-Git-Tag: tevent-0.9.11~553 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa3f749575ac551b1b0886838ef023aab14d123f;p=thirdparty%2Fsamba.git s4:scripting/python/modules.c - remove a really unnecessary variable Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Thu Feb 17 16:01:44 CET 2011 on sn-devel-104 --- diff --git a/source4/scripting/python/modules.c b/source4/scripting/python/modules.c index 9c6a0085589..abf5c46015e 100644 --- a/source4/scripting/python/modules.c +++ b/source4/scripting/python/modules.c @@ -33,7 +33,6 @@ static bool PySys_PathPrepend(PyObject *list, const char *path) bool py_update_path() { - char *newpath; PyObject *mod_sys, *py_path; mod_sys = PyImport_ImportModule("sys");