Date: Tue, 30 Jun 2009 17:27:54 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r195199 - in stable/7/sys: . amd64/amd64 contrib/pf Message-ID: <200906301727.n5UHRsht087212@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906301727.n5UHRsht087212>