From: Andrew Burgess Date: Thu, 28 Jan 2021 17:29:11 +0000 (+0000) Subject: sim/rx: delete an unused function X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b426396368fd250a502a9c547da7143af4afbe0;p=binutils-gdb.git sim/rx: delete an unused function This function is not used. sim/rx/ChangeLog: * err.c (execution_error_exit_all): Delete. --- 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) {