Author: imp
Date: Thu Nov 20 08:14:14 2008
New Revision: 185122
URL: http://svn.freebsd.org/changeset/base/185122

Log:
  More dead code removal.

Modified:
  head/usr.sbin/dumpcis/readcis.c

Modified: head/usr.sbin/dumpcis/readcis.c
==============================================================================
--- head/usr.sbin/dumpcis/readcis.c     Thu Nov 20 08:12:26 2008        
(r185121)
+++ head/usr.sbin/dumpcis/readcis.c     Thu Nov 20 08:14:14 2008        
(r185122)
@@ -251,10 +251,6 @@ read_one_tuplelist(int fd, int flags, of
        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, of
                                break;
                        }
                        total++;
-                       if (fmvj182 && (code == 0x1b) && (length == 25))
-                               length = 31;
                }
                tp->length = length;
 #ifdef DEBUG
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to