From aa3f749575ac551b1b0886838ef023aab14d123f Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 17 Feb 2011 14:47:10 +0100 Subject: s4:scripting/python/modules.c - remove a really unnecessary variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Thu Feb 17 16:01:44 CET 2011 on sn-devel-104 --- source4/scripting/python/modules.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/python/modules.c b/source4/scripting/python/modules.c index 9c6a008558..abf5c46015 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"); -- cgit