Skip to content

Commit

Permalink
Context; has no meaning anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed May 6, 2024
1 parent 134c181 commit c6d66de
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 @@ -118,7 +118,6 @@ static void python_report(int idx, int details)

static char *python_close()
{
Context;
kill_python();
rem_builtins(H_dcc, mydcc);
rem_tcl_commands(my_tcl_cmds);
Expand All @@ -140,7 +139,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 c6d66de

Please sign in to comment.