mirror of
https://github.com/weechat/weechat.git
synced 2026-06-23 11:26:38 +02:00
remove unused comment
This commit is contained in:
@@ -887,8 +887,6 @@ weechat_python_unload (t_weechat_plugin *plugin, t_plugin_script *script)
|
||||
if (script->shutdown_func[0])
|
||||
weechat_python_exec (plugin, script, script->shutdown_func, "", "");
|
||||
|
||||
|
||||
//PyEval_RestoreThread(script->interpreter);
|
||||
PyThreadState_Swap (script->interpreter);
|
||||
Py_EndInterpreter (script->interpreter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user