Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/thorpej-cfargs]: src/sys/dev/pci ismt_config_interrupts(): remove a now-...



details:   https://anonhg.NetBSD.org/src/rev/bb985d2b31dd
branches:  thorpej-cfargs
changeset: 960487:bb985d2b31dd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Apr 03 01:52:16 2021 +0000

description:
ismt_config_interrupts(): remove a now-unused variable.

diffstat:

 sys/dev/pci/ismt.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7caaa2f22c41 -r bb985d2b31dd sys/dev/pci/ismt.c
--- a/sys/dev/pci/ismt.c        Fri Apr 02 22:17:37 2021 +0000
+++ b/sys/dev/pci/ismt.c        Sat Apr 03 01:52:16 2021 +0000
@@ -60,7 +60,7 @@
 #if 0
 __FBSDID("$FreeBSD: head/sys/dev/ismt/ismt.c 266474 2014-05-20 19:55:06Z jimharris $");
 #endif
-__KERNEL_RCSID(0, "$NetBSD: ismt.c,v 1.7.10.1 2021/03/24 14:21:08 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ismt.c,v 1.7.10.2 2021/04/03 01:52:16 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -810,7 +810,6 @@
 static void
 ismt_config_interrupts(device_t self)
 {
-       int flags = 0;
 
        ismt_rescan(self, NULL, NULL);
 }



Home | Main Index | Thread Index | Old Index