Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/lib Remove unused #define.



details:   https://anonhg.NetBSD.org/src/rev/9c5cc494dd73
branches:  trunk
changeset: 582808:9c5cc494dd73
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Wed Jul 06 19:31:04 2005 +0000

description:
Remove unused #define.

diffstat:

 sys/arch/i386/stand/lib/conio.S |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r c6bd1928d46a -r 9c5cc494dd73 sys/arch/i386/stand/lib/conio.S
--- a/sys/arch/i386/stand/lib/conio.S   Wed Jul 06 19:29:50 2005 +0000
+++ b/sys/arch/i386/stand/lib/conio.S   Wed Jul 06 19:31:04 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conio.S,v 1.3 2005/01/27 18:20:45 mycroft Exp $        */
+/*     $NetBSD: conio.S,v 1.4 2005/07/06 19:31:04 junyoung Exp $       */
 
 /* PC console handling
   originally from: FreeBSD:sys/i386/boot/netboot/start2.S
@@ -6,8 +6,6 @@
 
 #include <machine/asm.h>
 
-#define        data32  .byte 0x66
-
        .text
 
 /**************************************************************************



Home | Main Index | Thread Index | Old Index