Date: Tue, 2 Dec 2008 14:19:53 +0000 (UTC) From: Ganbold Tsagaankhuu <ganbold@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185561 - head/sys/amd64/amd64 Message-ID: <200812021419.mB2EJrTd062613@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ganbold (doc committer) Date: Tue Dec 2 14:19:53 2008 New Revision: 185561 URL: http://svn.freebsd.org/changeset/base/185561 Log: Remove unused variable. Found with: Coverity Prevent(tm) CID: 3685 Approved by: jhb Modified: head/sys/amd64/amd64/intr_machdep.c Modified: head/sys/amd64/amd64/intr_machdep.c ============================================================================== --- head/sys/amd64/amd64/intr_machdep.c Tue Dec 2 13:36:38 2008 (r185560) +++ head/sys/amd64/amd64/intr_machdep.c Tue Dec 2 14:19:53 2008 (r185561) @@ -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?200812021419.mB2EJrTd062613>