s4:scripting/python/modules.c - remove a really unnecessary variable
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 17 Feb 2011 13:47:10 +0000 (14:47 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 17 Feb 2011 15:01:44 +0000 (16:01 +0100)
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Thu Feb 17 16:01:44 CET 2011 on sn-devel-104

source4/scripting/python/modules.c

index 9c6a0085589b7414d44226b49796f5e849335e91..abf5c46015e51a7f947ca02e972bf00d52031699 100644 (file)
@@ -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");