diff --git a/Lib/swiginit.swg b/Lib/swiginit.swg index 69e368ac1..8bbb2f964 100644 --- a/Lib/swiginit.swg +++ b/Lib/swiginit.swg @@ -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;