1
0
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:
Emmanuel Bouthenot
2005-11-04 22:33:26 +00:00
parent e07859395f
commit 51cacc0fdb
2 changed files with 0 additions and 4 deletions
@@ -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);