summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2023-05-11 09:35:57 +0000
committermartin <martin@NetBSD.org>2023-05-11 09:35:57 +0000
commitd6456d96b546530693aef735ec0dedf39f591de2 (patch)
tree9920e35d82cd9f315ad54e96694c4351dff004e7 /sys/dev
parentb2d78a8e91e933ec1c900a934ea528987a1e8e8b (diff)
Remove unused variable
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hil/hilms.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/hil/hilms.c b/sys/dev/hil/hilms.c
index 7a9e11832ff..ecd35375478 100644
--- a/sys/dev/hil/hilms.c
+++ b/sys/dev/hil/hilms.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hilms.c,v 1.6 2023/05/10 00:09:47 riastradh Exp $ */
+/* $NetBSD: hilms.c,v 1.7 2023/05/11 09:35:57 martin Exp $ */
/* $OpenBSD: hilms.c,v 1.5 2007/04/10 22:37:17 miod Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
@@ -167,7 +167,6 @@ hilmsattach(device_t parent, device_t self, void *aux)
int
hilmsdetach(device_t self, int flags)
{
- struct hilms_softc *sc = device_private(self);
int error;
error = config_detach_children(self, flags);