summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-02-17 14:47:10 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-02-17 16:01:44 +0100
commitaa3f749575ac551b1b0886838ef023aab14d123f (patch)
treecd2e6a5ce3755a88972eef191a31c835c57fa20e /source4
parent2045cd7ed7235f68947720f4a2da84f05284791c (diff)
downloadsamba-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
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/modules.c1
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");