The branch, master has been updated
via aa3f749 s4:scripting/python/modules.c - remove a really unnecessary
variable
from 2045cd7 s3-waf: add check for "struct sigevent" and some of its
members.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit aa3f749575ac551b1b0886838ef023aab14d123f
Author: Matthias Dieter Wallnöfer <[email protected]>
Date: Thu Feb 17 14:47:10 2011 +0100
s4:scripting/python/modules.c - remove a really unnecessary variable
Autobuild-User: Matthias Dieter Wallnöfer <[email protected]>
Autobuild-Date: Thu Feb 17 16:01:44 CET 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source4/scripting/python/modules.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/scripting/python/modules.c
b/source4/scripting/python/modules.c
index 9c6a008..abf5c46 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");
--
Samba Shared Repository