Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/stand/common Remove a #if 0'ed out unused fun...



details:   https://anonhg.NetBSD.org/src/rev/35449f930b4c
branches:  trunk
changeset: 372592:35449f930b4c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Dec 11 06:27:35 2022 +0000

description:
Remove a #if 0'ed out unused function.

diffstat:

 sys/arch/hp300/stand/common/conf.c |  20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diffs (31 lines):

diff -r 73ea191990d2 -r 35449f930b4c sys/arch/hp300/stand/common/conf.c
--- a/sys/arch/hp300/stand/common/conf.c        Sun Dec 11 06:20:07 2022 +0000
+++ b/sys/arch/hp300/stand/common/conf.c        Sun Dec 11 06:27:35 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.12 2007/12/23 03:11:32 tsutsui Exp $        */
+/*     $NetBSD: conf.c,v 1.13 2022/12/11 06:27:35 tsutsui Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -143,21 +143,3 @@
 
 struct fs_ops file_system[1];
 int    nfsys = 1;              /* we always know which one we want */
-
-#if 0
-/*
- * Inititalize controllers
- *
- * XXX this should be a table
- */
-void ctlrinit(void)
-{
-#ifdef SUPPORT_ETHERNET
-       leinit();
-#endif
-#if defined(SUPPORT_DISK) || defined(SUPPORT_TAPE)
-       hpibinit();
-       scsiinit();
-#endif
-}
-#endif



Home | Main Index | Thread Index | Old Index