diff options
author | eivind <eivind@FreeBSD.org> | 1999-04-11 03:47:24 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1999-04-11 03:47:24 +0000 |
commit | 928133047bb08e7eb6c8498a71b136a88ddcf799 (patch) | |
tree | bf967004c252b0820c8da56af21a622f122fba4b /sys/gnu | |
parent | 8e8405ca82709b668001336236ff6f7a80aa145f (diff) | |
download | FreeBSD-src-928133047bb08e7eb6c8498a71b136a88ddcf799.zip FreeBSD-src-928133047bb08e7eb6c8498a71b136a88ddcf799.tar.gz |
Remove unused function int fi() {return 0;}
Diffstat (limited to 'sys/gnu')
-rw-r--r-- | sys/gnu/i386/isa/dgm.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/gnu/i386/isa/dgm.c b/sys/gnu/i386/isa/dgm.c index 9321bb9..68ef91c 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 */ |