Skip to content

Commit

Permalink
Remove old Contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann authored Jul 7, 2024
1 parent 31d426f commit da87462
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mod/python.mod/python.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ static void python_report(int idx, int details)

static char *python_close()
{
Context;
del_hook(HOOK_PRE_SELECT, (Function)python_gil_unlock);
del_hook(HOOK_POST_SELECT, (Function)python_gil_lock);
kill_python();
Expand All @@ -144,7 +143,6 @@ char *python_start(Function *global_funcs)
*/
global = global_funcs;

Context;
/* Register the module. */
module_register(MODULE_NAME, python_table, 0, 1);

Expand Down

0 comments on commit da87462

Please sign in to comment.