From 928133047bb08e7eb6c8498a71b136a88ddcf799 Mon Sep 17 00:00:00 2001 From: eivind Date: Sun, 11 Apr 1999 03:47:24 +0000 Subject: [PATCH] Remove unused function int fi() {return 0;} --- sys/dev/dgb/dgm.c | 5 +---- sys/gnu/i386/isa/dgm.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sys/dev/dgb/dgm.c b/sys/dev/dgb/dgm.c index 9321bb9f501..68ef91c4fa0 100644 --- a/sys/dev/dgb/dgm.c +++ b/sys/dev/dgb/dgm.c @@ -1,5 +1,5 @@ /*- - * $Id: dgm.c,v 1.6 1998/12/07 21:58:18 archie Exp $ + * $Id: dgm.c,v 1.7 1999/01/30 12:17:32 phk Exp $ * * This driver and the associated header files support the ISA PC/Xem * Digiboards. Its evolutionary roots are described below. @@ -2105,7 +2105,4 @@ dgm_drvinit(void *unused) SYSINIT(dgmdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,dgm_drvinit,NULL) -int fi(){ - return 0; -} #endif /* NDGM > 0 */ diff --git a/sys/gnu/i386/isa/dgm.c b/sys/gnu/i386/isa/dgm.c index 9321bb9f501..68ef91c4fa0 100644 --- a/sys/gnu/i386/isa/dgm.c +++ b/sys/gnu/i386/isa/dgm.c @@ -1,5 +1,5 @@ /*- - * $Id: dgm.c,v 1.6 1998/12/07 21:58:18 archie Exp $ + * $Id: dgm.c,v 1.7 1999/01/30 12:17:32 phk Exp $ * * This driver and the associated header files support the ISA PC/Xem * Digiboards. Its evolutionary roots are described below. @@ -2105,7 +2105,4 @@ dgm_drvinit(void *unused) SYSINIT(dgmdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,dgm_drvinit,NULL) -int fi(){ - return 0; -} #endif /* NDGM > 0 */ -- 2.45.2