Merge pull request #314 from DavidMazary/patch-1
Remove unused assignment
This commit is contained in:
commit
412eebd7f9
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ SWIG_InitializeModule(void *clientdata) {
|
||||||
/* This is the first module loaded for this interpreter */
|
/* This is the first module loaded for this interpreter */
|
||||||
/* so set the swig module into the interpreter */
|
/* so set the swig module into the interpreter */
|
||||||
SWIG_SetModule(clientdata, &swig_module);
|
SWIG_SetModule(clientdata, &swig_module);
|
||||||
module_head = &swig_module;
|
|
||||||
} else {
|
} else {
|
||||||
/* the interpreter has loaded a SWIG module, but has it loaded this one? */
|
/* the interpreter has loaded a SWIG module, but has it loaded this one? */
|
||||||
found=0;
|
found=0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue