From 9db86ad87f32d44bdcbef0c70031be1fdab67cf8 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Mon, 4 Sep 2000 00:43:47 +0000 Subject: [PATCH] Took out 'self = self' hack. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@821 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules1.1/python.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/SWIG/Source/Modules1.1/python.cxx b/SWIG/Source/Modules1.1/python.cxx index ca9146ed0..c93d24ad8 100644 --- a/SWIG/Source/Modules1.1/python.cxx +++ b/SWIG/Source/Modules1.1/python.cxx @@ -363,7 +363,6 @@ PYTHON::create_function(char *name, char *iname, SwigType *d, ParmList *l) { "(PyObject *self, PyObject *args, PyObject *kwargs) {", 0); } - Printf(f->code," self = self;\n"); Wrapper_add_local(f,"resultobj", "PyObject *resultobj");