mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
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
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user