summaryrefslogtreecommitdiff
path: root/i386/i386at/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/conf.c')
-rw-r--r--i386/i386at/conf.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c
index 179c9db..a7d420f 100644
--- a/i386/i386at/conf.c
+++ b/i386/i386at/conf.c
@@ -48,12 +48,6 @@ int cd_open(), cd_close(), cd_read(), cd_write();
#endif /*NAHA > 0*/
-#include <wt.h>
-#if NWT > 0
-extern int wtopen(), wtread(), wtwrite(), wtclose();
-#define wtname "wt"
-#endif /* NWT > 0 */
-
#include <par.h>
#if NPAR > 0
extern int paropen(), paroutput(), pargetstat(), parsetstat(),
@@ -163,13 +157,6 @@ struct dev_ops dev_name_list[] =
#endif /*NAHA > 0*/
-#if NWT > 0
- { wtname, wtopen, wtclose, wtread,
- wtwrite, nulldev, nulldev, nomap,
- nodev, nulldev, nulldev, 0,
- nodev },
-#endif /* NWT > 0 */
-
#if NPAR > 0
{ parname, paropen, nulldev, nulldev,
paroutput, pargetstat, parsetstat, nomap,