diff options
Diffstat (limited to 'sim/rx/err.c')
-rw-r--r-- | sim/rx/err.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sim/rx/err.c b/sim/rx/err.c index ce1cd57..e72b6d3 100644 --- a/sim/rx/err.c +++ b/sim/rx/err.c @@ -61,15 +61,6 @@ execution_error_init_debugger (void) } void -execution_error_exit_all (void) -{ - int i; - - for (i = 0; i < SIM_ERR_NUM_ERRORS; i++) - ee_actions[i] = SIM_ERRACTION_EXIT; -} - -void execution_error_warn_all (void) { int i; |