Took out 'self = self' hack.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@821 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f442d8ca15
commit
9db86ad87f
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue