remove interp global variable!
Finish removing references to the 'interp' global variable from the command module, encapsulating all reference via command_context. Eliminates use of the global entirely, so it can be removed. Hurrah!
This commit is contained in:
@@ -386,7 +386,7 @@ int server_loop(struct command_context *command_context)
|
||||
}
|
||||
|
||||
target_call_timer_callbacks();
|
||||
process_jim_events ();
|
||||
process_jim_events(command_context);
|
||||
|
||||
if (retval == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user