Merge pull request #314 from DavidMazary/patch-1

Remove unused assignment
This commit is contained in:
Olly Betts 2015-01-24 14:53:28 +13:00
commit 412eebd7f9

View file

@ -74,7 +74,6 @@ SWIG_InitializeModule(void *clientdata) {
/* This is the first module loaded for this interpreter */
/* so set the swig module into the interpreter */
SWIG_SetModule(clientdata, &swig_module);
module_head = &swig_module;
} else {
/* the interpreter has loaded a SWIG module, but has it loaded this one? */
found=0;