aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
author"Robert P. J. Day" <rpjday@mindspring.com>2006-07-01 14:52:12 +0000
committer"Robert P. J. Day" <rpjday@mindspring.com>2006-07-01 14:52:12 +0000
commitedd9ca574327205933f23205d7051f613e46b23b (patch)
treed88d2f2f16e9bbb8bf03943d4d1e9dd4c717b24e /console-tools
parent53f21e34a7765c74afab1a8867f4965fb981edb7 (diff)
downloadbusybox-w32-edd9ca574327205933f23205d7051f613e46b23b.tar.gz
busybox-w32-edd9ca574327205933f23205d7051f613e46b23b.tar.bz2
busybox-w32-edd9ca574327205933f23205d7051f613e46b23b.zip
More removal of "#if 0" content.
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/loadfont.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
index ded1b6a95..2421cadcf 100644
--- a/console-tools/loadfont.c
+++ b/console-tools/loadfont.c
@@ -127,11 +127,6 @@ do_loadtable(int fd, unsigned char *inbuf, int tailsz, int fontsize)
127 ud.entry_ct = ct; 127 ud.entry_ct = ct;
128 ud.entries = up; 128 ud.entries = up;
129 if (ioctl(fd, PIO_UNIMAP, &ud)) { 129 if (ioctl(fd, PIO_UNIMAP, &ud)) {
130#if 0
131 if (errno == ENOMEM) {
132 /* change advice parameters */
133 }
134#endif
135 bb_perror_msg_and_die("PIO_UNIMAP"); 130 bb_perror_msg_and_die("PIO_UNIMAP");
136 } 131 }
137} 132}