diff options
-rw-r--r-- | source4/scripting/python/modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |