From 4b426396368fd250a502a9c547da7143af4afbe0 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Thu, 28 Jan 2021 17:29:11 +0000 Subject: [PATCH] sim/rx: delete an unused function This function is not used. sim/rx/ChangeLog: * err.c (execution_error_exit_all): Delete. --- sim/rx/ChangeLog | 4 ++++ sim/rx/err.c | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 732c902c212..b89926950a8 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,7 @@ +2021-02-08 Andrew Burgess + + * err.c (execution_error_exit_all): Delete. + 2021-02-08 Andrew Burgess * fpu.c (check_exceptions): Make static. diff --git a/sim/rx/err.c b/sim/rx/err.c index ce1cd571f59..e72b6d3ddee 100644 --- a/sim/rx/err.c +++ b/sim/rx/err.c @@ -60,15 +60,6 @@ execution_error_init_debugger (void) ee_overrides (); } -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) { -- 2.30.2