Remove unused variables
This commit is contained in:
@ -117,7 +117,7 @@ PythonImpl::~PythonImpl()
|
||||
|
||||
// shutdown Python interpreter
|
||||
if (!external_interpreter) {
|
||||
PyGILState_STATE gstate = PyGILState_Ensure();
|
||||
PyGILState_Ensure();
|
||||
Py_Finalize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user