summaryrefslogtreecommitdiff
path: root/usr.sbin/dumpcis
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-11-20 08:14:14 +0000
committerWarner Losh <imp@FreeBSD.org>2008-11-20 08:14:14 +0000
commitcc4870f1e696619e0be6577a9fb5cd4419a382a2 (patch)
tree102cca988001dc489371a49fb9579b31ac52a1ab /usr.sbin/dumpcis
parent2d134dead2e4c5dcf635d619cf12c6919d944fb9 (diff)
downloadsrc-test-cc4870f1e696619e0be6577a9fb5cd4419a382a2.tar.gz
src-test-cc4870f1e696619e0be6577a9fb5cd4419a382a2.zip
More dead code removal.
Notes
Notes: svn path=/head/; revision=185122
Diffstat (limited to 'usr.sbin/dumpcis')
-rw-r--r--usr.sbin/dumpcis/readcis.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/dumpcis/readcis.c b/usr.sbin/dumpcis/readcis.c
index 6b8d029010426..1831b8dc7e55e 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