Module Name: src
Committed By: thorpej
Date: Sun Jun 17 01:07:06 UTC 2018
Modified Files:
src/sys/dev/i2c: am2315.c
Log Message:
Remove now-unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/am2315.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/i2c/am2315.c
diff -u src/sys/dev/i2c/am2315.c:1.3 src/sys/dev/i2c/am2315.c:1.4
--- src/sys/dev/i2c/am2315.c:1.3 Sat Jun 16 21:22:13 2018
+++ src/sys/dev/i2c/am2315.c Sun Jun 17 01:07:06 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: am2315.c,v 1.3 2018/06/16 21:22:13 thorpej Exp $ */
+/* $NetBSD: am2315.c,v 1.4 2018/06/17 01:07:06 thorpej Exp $ */
/*
* Copyright (c) 2017 Brad Spencer <[email protected]>
@@ -17,7 +17,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: am2315.c,v 1.3 2018/06/16 21:22:13 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: am2315.c,v 1.4 2018/06/17 01:07:06 thorpej Exp $");
/*
* Driver for the Aosong AM2315
@@ -172,7 +172,6 @@ am2315_match(device_t parent, cfdata_t m
{
struct i2c_attach_args *ia = aux;
int rv;
- const bool matchdebug = false;
int match_result;
if (iic_use_direct_match(ia, match, NULL, &match_result))