mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 23:04:09 +08:00
sim/rx: delete an unused function
This function is not used. sim/rx/ChangeLog: * err.c (execution_error_exit_all): Delete.
This commit is contained in:
parent
73d4725f21
commit
4b42639636
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user