Module Name: src
Committed By: thorpej
Date: Sat Apr 3 01:52:16 UTC 2021
Modified Files:
src/sys/dev/pci [thorpej-cfargs]: ismt.c
Log Message:
ismt_config_interrupts(): remove a now-unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.7.10.1 -r1.7.10.2 src/sys/dev/pci/ismt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/ismt.c
diff -u src/sys/dev/pci/ismt.c:1.7.10.1 src/sys/dev/pci/ismt.c:1.7.10.2
--- src/sys/dev/pci/ismt.c:1.7.10.1 Wed Mar 24 14:21:08 2021
+++ src/sys/dev/pci/ismt.c Sat Apr 3 01:52:16 2021
@@ -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 @@ ismt_rescan(device_t self, const char *i
static void
ismt_config_interrupts(device_t self)
{
- int flags = 0;
ismt_rescan(self, NULL, NULL);
}