sim: m68hc11: delete unused interrupt_names
authorMike Frysinger <vapier@gentoo.org>
Tue, 9 Jun 2015 15:44:25 +0000 (23:44 +0800)
committerMike Frysinger <vapier@gentoo.org>
Thu, 11 Jun 2015 14:21:32 +0000 (10:21 -0400)
The interrupts.c file has a static/fuller definition that is used,
so drop this copy in interp.c.

sim/m68hc11/ChangeLog
sim/m68hc11/interp.c

index 8621ce4aa58eea368aead46afcd1bf514ef6baf8..03f52e72ca8d788496b4a9519e3ac15184814313 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (interrupt_names): Delete.
+
 2015-06-11  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Add sim-resume.o
index 14a823170c817cadae1b430b4665d0d2b9f6faab..a1d98a732bc9e0ddc5a9551d6d8ce7e3b57f3e9f 100644 (file)
@@ -33,14 +33,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 static void sim_get_info (SIM_DESC sd, char *cmd);
 
-
-char *interrupt_names[] = {
-  "reset",
-  "nmi",
-  "int",
-  NULL
-};
-
 struct sim_info_list
 {
   const char *name;
This page took 0.026206 seconds and 4 git commands to generate.