Module Name:    src
Committed By:   agc
Date:           Thu Nov 24 01:54:08 UTC 2011

Modified Files:
        src/sys/dev/pad: pad.c

Log Message:
get rid of a variable which is no longer used after the demise of splaudio


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pad/pad.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/pad/pad.c
diff -u src/sys/dev/pad/pad.c:1.18 src/sys/dev/pad/pad.c:1.19
--- src/sys/dev/pad/pad.c:1.18	Thu Nov 24 01:11:04 2011
+++ src/sys/dev/pad/pad.c	Thu Nov 24 01:54:08 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: pad.c,v 1.18 2011/11/24 01:11:04 jmcneill Exp $ */
+/* $NetBSD: pad.c,v 1.19 2011/11/24 01:54:08 agc Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcne...@invisible.ca>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.18 2011/11/24 01:11:04 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.19 2011/11/24 01:54:08 agc Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -654,7 +654,7 @@ static int
 pad_modcmd(modcmd_t cmd, void *arg)
 {
 	devmajor_t cmajor = NODEVMAJOR, bmajor = NODEVMAJOR;
-	int error, s;
+	int error;
 
 	switch (cmd) {
 	case MODULE_CMD_INIT:

Reply via email to