From 09896bd2234218a8ff3617e1043a1e72da2587f6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 9 Jun 2015 23:44:25 +0800 Subject: [PATCH] sim: m68hc11: delete unused interrupt_names The interrupts.c file has a static/fuller definition that is used, so drop this copy in interp.c. --- sim/m68hc11/ChangeLog | 4 ++++ sim/m68hc11/interp.c | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 8621ce4aa58..03f52e72ca8 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,7 @@ +2015-06-11 Mike Frysinger + + * interp.c (interrupt_names): Delete. + 2015-06-11 Mike Frysinger * Makefile.in (SIM_OBJS): Add sim-resume.o diff --git a/sim/m68hc11/interp.c b/sim/m68hc11/interp.c index 14a823170c8..a1d98a732bc 100644 --- a/sim/m68hc11/interp.c +++ b/sim/m68hc11/interp.c @@ -33,14 +33,6 @@ along with this program. If not, see . */ static void sim_get_info (SIM_DESC sd, char *cmd); - -char *interrupt_names[] = { - "reset", - "nmi", - "int", - NULL -}; - struct sim_info_list { const char *name; -- 2.30.2