Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev comment out unused variables.
details: https://anonhg.NetBSD.org/src/rev/e4c662a40590
branches: trunk
changeset: 354564:e4c662a40590
user: christos <christos%NetBSD.org@localhost>
date: Thu Jun 22 02:09:37 2017 +0000
description:
comment out unused variables.
diffstat:
sys/dev/auconv.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r eb4f6127f0d9 -r e4c662a40590 sys/dev/auconv.c
--- a/sys/dev/auconv.c Thu Jun 22 02:07:26 2017 +0000
+++ b/sys/dev/auconv.c Thu Jun 22 02:09:37 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auconv.c,v 1.27 2017/06/20 07:21:50 nat Exp $ */
+/* $NetBSD: auconv.c,v 1.28 2017/06/22 02:09:37 christos Exp $ */
/*
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auconv.c,v 1.27 2017/06/20 07:21:50 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auconv.c,v 1.28 2017/06/22 02:09:37 christos Exp $");
#include <sys/types.h>
#include <sys/audioio.h>
@@ -199,6 +199,7 @@
MULAW_TABLE(16, 16, 16)
#endif
{0, 0, 0, NULL, NULL}};
+#ifdef notdef
static const struct conv_table s24le_table[] = {
TABLE_LIST(32, 32, 24)
TABLE_LIST(24, 32, 24)
@@ -239,6 +240,7 @@
MULAW_TABLE(24, 24, 24)
#endif
{0, 0, 0, NULL, NULL}};
+#endif
static const struct conv_table s32le_table[] = {
TABLE_LIST(32, 32, 32)
TABLE_LIST(24, 32, 32)
Home |
Main Index |
Thread Index |
Old Index