diff options
Diffstat (limited to 'console-tools')
-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 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 | } |