summaryrefslogtreecommitdiff
path: root/i386/i386at/conf.c
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-02-20 19:04:31 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:32 +0200
commitb40d1da0855a87519b5764415aec6519025a8338 (patch)
treee7f52b1b1b0b9892576f2e05c059a07757fd9728 /i386/i386at/conf.c
parent9335c8094c3797c93876b6a9f9a3d0e3842ad651 (diff)
2006-02-20 Thomas Schwinge <tschwinge@gnu.org>
Remove unused and unsupported code. Consult the file `DEVELOPMENT' for details. Partly based on suggestions by Gianluca Guida <glguida@gmail.com>. * i386/bogus/fd.h: Remove file. * i386/i386at/fd.c: Likewise. * i386/i386at/fdreg.h: Likewise. * i386/i386at/nfd.c: Likewise. * i386/i386at/nfdreg.h: Likewise. * i386/Makefile.in (i386at-files): Remove `fd.c'. * i386/i386at/autoconf.c: Don't include <fd.h> anymore and adopt all users of NFD as if it were always defined to `0'. * i386/i386at/conf.c: Likewise.
Diffstat (limited to 'i386/i386at/conf.c')
-rw-r--r--i386/i386at/conf.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c
index 704d24f..9556c94 100644
--- a/i386/i386at/conf.c
+++ b/i386/i386at/conf.c
@@ -48,13 +48,6 @@ int cd_open(), cd_close(), cd_read(), cd_write();
#endif /*NAHA > 0*/
-#include <fd.h>
-#if NFD > 0
-extern int fdopen(), fdclose(), fdread(), fdwrite();
-extern int fdgetstat(), fdsetstat(), fddevinfo();
-#define fdname "fd"
-#endif /* NFD > 0 */
-
#include <wt.h>
#if NWT > 0
extern int wtopen(), wtread(), wtwrite(), wtclose();
@@ -224,13 +217,6 @@ struct dev_ops dev_name_list[] =
#endif /*NAHA > 0*/
-#if NFD > 0
- { fdname, fdopen, fdclose, fdread,
- fdwrite, fdgetstat, fdsetstat, nomap,
- nodev, nulldev, nulldev, 64,
- fddevinfo },
-#endif /* NFD > 0 */
-
#if NWT > 0
{ wtname, wtopen, wtclose, wtread,
wtwrite, nulldev, nulldev, nomap,