Skip to content

Commit

Permalink
[skip ci] remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 21, 2019
1 parent d7ca604 commit 8d5bc7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Base/swigpyrun.inl
Expand Up @@ -71,7 +71,6 @@ void cleanupSWIG_T(const char* TypeName)
return;

PyObject *module, *dict;
PyInterpreterState *interp = PyThreadState_GET()->interp;
PyObject *modules = PyImport_GetModuleDict();
module = PyDict_GetItemString(modules, "__builtin__");
if (module != NULL && PyModule_Check(module)) {
Expand Down

0 comments on commit 8d5bc7e

Please sign in to comment.