Module Name: src
Committed By: skrll
Date: Tue Apr 26 09:00:22 UTC 2016
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
Remove unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/ic/sl811hs.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/ic/sl811hs.c
diff -u src/sys/dev/ic/sl811hs.c:1.49 src/sys/dev/ic/sl811hs.c:1.50
--- src/sys/dev/ic/sl811hs.c:1.49 Mon Apr 25 20:15:41 2016
+++ src/sys/dev/ic/sl811hs.c Tue Apr 26 09:00:22 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.49 2016/04/25 20:15:41 joerg Exp $ */
+/* $NetBSD: sl811hs.c,v 1.50 2016/04/26 09:00:22 skrll Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.49 2016/04/25 20:15:41 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.50 2016/04/26 09:00:22 skrll Exp $");
#include "opt_slhci.h"
@@ -1384,7 +1384,6 @@ void
slhci_mem_use(struct usbd_bus *bus, int val)
{
struct slhci_softc *sc = SLHCI_BUS2SC(bus);
- int s;
mutex_enter(&sc->sc_intr_lock);
sc->sc_mem_use += val;