diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-02-17 14:47:10 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-02-17 16:01:44 +0100 |
commit | aa3f749575ac551b1b0886838ef023aab14d123f (patch) | |
tree | cd2e6a5ce3755a88972eef191a31c835c57fa20e | |
parent | 2045cd7ed7235f68947720f4a2da84f05284791c (diff) | |
download | samba-aa3f749575ac551b1b0886838ef023aab14d123f.tar.gz samba-aa3f749575ac551b1b0886838ef023aab14d123f.tar.bz2 samba-aa3f749575ac551b1b0886838ef023aab14d123f.zip |
s4:scripting/python/modules.c - remove a really unnecessary variable
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Thu Feb 17 16:01:44 CET 2011 on sn-devel-104
-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"); |