diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 19:25:22 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:33 +0200 |
commit | c8075f5570ee013830075e74d2bc06bb52f88194 (patch) | |
tree | 7bae16b5cb515b8ef90f6c771c07a9fd87866a6f /i386/bogus | |
parent | 5b16c90c49b899ae62674c352514077a0a6afa2b (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/hpp.h: Remove file.
* i386/bogus/ul.h: Likewise.
* i386/bogus/wd.h: Likewise.
* i386/i386at/gpl/if_hpp.c: Likewise.
* i386/i386at/gpl/if_ns.c: Likewise.
* i386/i386at/gpl/if_nsreg.h: Likewise.
* i386/i386at/gpl/if_ul.c: Likewise.
* i386/i386at/gpl/if_wd.c: Likewise.
* i386/i386at/autoconf.c: Don't include <hpp.h>, <ul.h> and <wd.h>
anymore and adopt all users of NHPP, NUL and NWD as if they were always
defined to `0'.
* i386/i386at/conf.c: Likewise.
Diffstat (limited to 'i386/bogus')
-rw-r--r-- | i386/bogus/hpp.h | 1 | ||||
-rw-r--r-- | i386/bogus/ul.h | 1 | ||||
-rw-r--r-- | i386/bogus/wd.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/i386/bogus/hpp.h b/i386/bogus/hpp.h deleted file mode 100644 index b47b397..0000000 --- a/i386/bogus/hpp.h +++ /dev/null @@ -1 +0,0 @@ -#define NHPP 1 diff --git a/i386/bogus/ul.h b/i386/bogus/ul.h deleted file mode 100644 index 94f74ab..0000000 --- a/i386/bogus/ul.h +++ /dev/null @@ -1 +0,0 @@ -#define NUL 0 diff --git a/i386/bogus/wd.h b/i386/bogus/wd.h deleted file mode 100644 index 6c9b955..0000000 --- a/i386/bogus/wd.h +++ /dev/null @@ -1 +0,0 @@ -#define NWD 0 |