Module Name: src
Committed By: kiyohara
Date: Tue Feb 14 11:44:47 UTC 2012
Modified Files:
src/sys/arch/bebox/stand/boot: siop.c
Log Message:
Remove unused a valiable 'siopdbg'.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/bebox/stand/boot/siop.c
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/bebox/stand/boot/siop.c
diff -u src/sys/arch/bebox/stand/boot/siop.c:1.1 src/sys/arch/bebox/stand/boot/siop.c:1.2
--- src/sys/arch/bebox/stand/boot/siop.c:1.1 Thu Oct 14 06:58:22 2010
+++ src/sys/arch/bebox/stand/boot/siop.c Tue Feb 14 11:44:47 2012
@@ -1,5 +1,4 @@
-int siopdbg = 0;
-/* $NetBSD: siop.c,v 1.1 2010/10/14 06:58:22 kiyohara Exp $ */
+/* $NetBSD: siop.c,v 1.2 2012/02/14 11:44:47 kiyohara Exp $ */
/*
* Copyright (c) 2010 KIYOHARA Takashi
* All rights reserved.