diff options
author | "Robert P. J. Day" | 2006-07-01 14:52:12 +0000 |
---|---|---|
committer | "Robert P. J. Day" | 2006-07-01 14:52:12 +0000 |
commit | edd9ca574327205933f23205d7051f613e46b23b (patch) | |
tree | d88d2f2f16e9bbb8bf03943d4d1e9dd4c717b24e /console-tools/loadfont.c | |
parent | 53f21e34a7765c74afab1a8867f4965fb981edb7 (diff) | |
download | busybox-edd9ca574327205933f23205d7051f613e46b23b.zip busybox-edd9ca574327205933f23205d7051f613e46b23b.tar.gz |
More removal of "#if 0" content.
Diffstat (limited to 'console-tools/loadfont.c')
-rw-r--r-- | console-tools/loadfont.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index ded1b6a..2421cad 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) ud.entry_ct = ct; ud.entries = up; if (ioctl(fd, PIO_UNIMAP, &ud)) { -#if 0 - if (errno == ENOMEM) { - /* change advice parameters */ - } -#endif bb_perror_msg_and_die("PIO_UNIMAP"); } } |