From owner-svn-src-all@FreeBSD.ORG Thu Nov 20 08:14:15 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01E15106564A; Thu, 20 Nov 2008 08:14:15 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E6CEB8FC16; Thu, 20 Nov 2008 08:14:14 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mAK8EEmw044281; Thu, 20 Nov 2008 08:14:14 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mAK8EE5V044280; Thu, 20 Nov 2008 08:14:14 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <200811200814.mAK8EE5V044280@svn.freebsd.org> From: Warner Losh Date: Thu, 20 Nov 2008 08:14:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185122 - head/usr.sbin/dumpcis X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2008 08:14:15 -0000 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