Sat Apr 3 01:52:16 2021 UTC ()
ismt_config_interrupts(): remove a now-unused variable.


(thorpej)
diff -r1.7.10.1 -r1.7.10.2 src/sys/dev/pci/ismt.c

cvs diff -r1.7.10.1 -r1.7.10.2 src/sys/dev/pci/ismt.c (expand / switch to context diff)
--- src/sys/dev/pci/ismt.c 2021/03/24 14:21:08 1.7.10.1
+++ src/sys/dev/pci/ismt.c 2021/04/03 01:52:16 1.7.10.2
@@ -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);
 }