[binutils-gdb] sim/rx: delete an unused function

Andrew Burgess aburgess@sourceware.org
Mon Feb 8 11:01:54 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4b426396368fd250a502a9c547da7143af4afbe0

commit 4b426396368fd250a502a9c547da7143af4afbe0
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date:   Thu Jan 28 17:29:11 2021 +0000

    sim/rx: delete an unused function
    
    This function is not used.
    
    sim/rx/ChangeLog:
    
            * err.c (execution_error_exit_all): Delete.

Diff:
---
 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  <andrew.burgess@embecosm.com>
+
+	* err.c (execution_error_exit_all): Delete.
+
 2021-02-08  Andrew Burgess  <andrew.burgess@embecosm.com>
 
 	* 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)
 {


More information about the Gdb-cvs mailing list