More removal of "#if 0" content.

This commit is contained in:
"Robert P. J. Day"
2006-07-01 14:52:12 +00:00
parent 53f21e34a7
commit edd9ca5743
8 changed files with 0 additions and 89 deletions

View File

@@ -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");
}
}