diff options
Diffstat (limited to 'sim/m68hc11/sim-main.h')
-rw-r--r-- | sim/m68hc11/sim-main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index f686ed7dec9..5dfc1bfdf53 100644 --- a/sim/m68hc11/sim-main.h +++ b/sim/m68hc11/sim-main.h @@ -587,8 +587,6 @@ struct sim_state { sim_state_base base; }; -extern void sim_set_profile (int n); -extern void sim_set_profile_size (int n); extern void sim_board_reset (SIM_DESC sd); #define PRINT_TIME 0x01 |