diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 23:15:34 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:35 +0200 |
commit | 5336c3ebb0f9e0c367f3a2339345efe1a71b3c2b (patch) | |
tree | c588ac96e9d0c444bb1b34157ed4a05ed7bce8ab /ChangeLog | |
parent | e8c63bf3f3b03764429f7746723ebba462e905fc (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/blit.h: Remove file.
* i386/i386at/blit.c: Likewise.
* i386/i386at/blitreg.h: Likewise.
* i386/i386at/blituser.h: Likewise.
* i386/i386at/blitvar.h: Likewise.
* i386/i386at/conf.c: Don't include <blit.h> anymore and adopt all
users of NBLIT as if it were always defined to `0'.
* i386/i386at/kd.c: Likewise.
(blit_init): Remove definition.
(blit_present): Likewise and adopt all users as if it were always
defined to `FALSE'.
* i386/Makefile.in (i386at-files): Remove `blit.c'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -4,6 +4,19 @@ `DEVELOPMENT' for details. Partly based on suggestions by Gianluca Guida <glguida@gmail.com>. + * i386/bogus/blit.h: Remove file. + * i386/i386at/blit.c: Likewise. + * i386/i386at/blitreg.h: Likewise. + * i386/i386at/blituser.h: Likewise. + * i386/i386at/blitvar.h: Likewise. + * i386/i386at/conf.c: Don't include <blit.h> anymore and adopt all + users of NBLIT as if it were always defined to `0'. + * i386/i386at/kd.c: Likewise. + (blit_init): Remove definition. + (blit_present): Likewise and adopt all users as if it were always + defined to `FALSE'. + * i386/Makefile.in (i386at-files): Remove `blit.c'. + * bogus/net_atm.h: Remove file. * Makefile.in (bogus-files): Remove `net_atm.h'. * kern/syscall_sw.c: Don't include <net_atm.h> anymore and adopt all |