From owner-svn-src-stable@FreeBSD.ORG Tue Jun 30 17:27:54 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 321D8106566C; Tue, 30 Jun 2009 17:27:54 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1FE808FC19; Tue, 30 Jun 2009 17:27:54 +0000 (UTC) (envelope-from avg@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 n5UHRs3Z087214; Tue, 30 Jun 2009 17:27:54 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5UHRsht087212; Tue, 30 Jun 2009 17:27:54 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <200906301727.n5UHRsht087212@svn.freebsd.org> From: Andriy Gapon Date: Tue, 30 Jun 2009 17:27:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195199 - in stable/7/sys: . amd64/amd64 contrib/pf X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 17:27:54 -0000 Author: avg Date: Tue Jun 30 17:27:53 2009 New Revision: 195199 URL: http://svn.freebsd.org/changeset/base/195199 Log: MFC 185561 (ganbold): Remove unused variable. Modified: stable/7/sys/ (props changed) stable/7/sys/amd64/amd64/intr_machdep.c stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/amd64/amd64/intr_machdep.c ============================================================================== --- stable/7/sys/amd64/amd64/intr_machdep.c Tue Jun 30 17:19:11 2009 (r195198) +++ stable/7/sys/amd64/amd64/intr_machdep.c Tue Jun 30 17:27:53 2009 (r195199) @@ -239,11 +239,8 @@ void intr_execute_handlers(struct intsrc *isrc, struct trapframe *frame) { struct intr_event *ie; - struct thread *td; int vector; - td = curthread; - /* * We count software interrupts when we process them. The * code here follows previous practice, but there's an