diff options
author | imp <imp@FreeBSD.org> | 2008-11-20 08:14:14 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2008-11-20 08:14:14 +0000 |
commit | 986856cb7e6efc5bcf4cf9790f2cc3ce471f6a73 (patch) | |
tree | 102cca988001dc489371a49fb9579b31ac52a1ab /usr.sbin | |
parent | 9948704a0accc9ba8c4a7e573df9d01e9301ec7a (diff) | |
download | FreeBSD-src-986856cb7e6efc5bcf4cf9790f2cc3ce471f6a73.zip FreeBSD-src-986856cb7e6efc5bcf4cf9790f2cc3ce471f6a73.tar.gz |
More dead code removal.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dumpcis/readcis.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/dumpcis/readcis.c b/usr.sbin/dumpcis/readcis.c index 6b8d029..1831b8d 100644 --- a/usr.sbin/dumpcis/readcis.c +++ b/usr.sbin/dumpcis/readcis.c @@ -251,10 +251,6 @@ read_one_tuplelist(int fd, int flags, off_t offs) struct tuple_info *tinfo; int total = 0; unsigned char code, length; - int fmvj182 = 0; -#ifdef HSSYNTH - int hss = 0; -#endif /* HSSYNTH */ /* Check to see if this memory has already been scanned. */ for (tl = tlist; tl; tl = tl->next) @@ -282,8 +278,6 @@ read_one_tuplelist(int fd, int flags, off_t offs) break; } total++; - if (fmvj182 && (code == 0x1b) && (length == 25)) - length = 31; } tp->length = length; #ifdef DEBUG |