Module Name: src Committed By: tsutsui Date: Sun Jan 20 14:03:40 UTC 2013
Modified Files: src/sys/arch/luna68k/stand/boot: bmc.c samachdep.h Log Message: Remove unused bmcintr() function. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/luna68k/stand/boot/bmc.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/luna68k/stand/boot/samachdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/luna68k/stand/boot/bmc.c diff -u src/sys/arch/luna68k/stand/boot/bmc.c:1.2 src/sys/arch/luna68k/stand/boot/bmc.c:1.3 --- src/sys/arch/luna68k/stand/boot/bmc.c:1.2 Sun Jan 20 13:35:43 2013 +++ src/sys/arch/luna68k/stand/boot/bmc.c Sun Jan 20 14:03:40 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: bmc.c,v 1.2 2013/01/20 13:35:43 tsutsui Exp $ */ +/* $NetBSD: bmc.c,v 1.3 2013/01/20 14:03:40 tsutsui Exp $ */ /* * Copyright (c) 1992 OMRON Corporation. @@ -80,11 +80,6 @@ #include <luna68k/stand/boot/rcvbuf.h> #include <luna68k/stand/boot/preset.h> -void -bmcintr(void) -{ -} - /* * Following are all routines needed for SIO to act as console */ Index: src/sys/arch/luna68k/stand/boot/samachdep.h diff -u src/sys/arch/luna68k/stand/boot/samachdep.h:1.6 src/sys/arch/luna68k/stand/boot/samachdep.h:1.7 --- src/sys/arch/luna68k/stand/boot/samachdep.h:1.6 Wed Jan 16 15:46:20 2013 +++ src/sys/arch/luna68k/stand/boot/samachdep.h Sun Jan 20 14:03:40 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: samachdep.h,v 1.6 2013/01/16 15:46:20 tsutsui Exp $ */ +/* $NetBSD: samachdep.h,v 1.7 2013/01/20 14:03:40 tsutsui Exp $ */ /* * Copyright (c) 1982, 1990, 1993 @@ -59,7 +59,6 @@ void configure(void); void find_devs(void); /* bmc.c */ -void bmcintr(void); void bmccnprobe(struct consdev *); void bmccninit(struct consdev *); int bmccngetc(dev_t);