From 3667d0c583861ea8c8a5ad1c5018b7b4c40eb9fc Mon Sep 17 00:00:00 2001 From: DavidMazary Date: Fri, 23 Jan 2015 15:58:50 -0500 Subject: [PATCH] Remove unused assignment The value of module_head is not used after this assignment in this branch of the function. --- Lib/swiginit.swg | 1 - 1 file changed, 1 deletion(-) 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;