summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-01-09 19:27:34 +0000
committerderaadt <deraadt@openbsd.org>2006-01-09 19:27:34 +0000
commit706006e1039ddaa82282a7a71d93fff81748209c (patch)
treeb30e9a71d9b39d4800f51a2578827d9cff6d01f6
parentRestore console bell functionnality lost in the wscons merge. (diff)
downloadwireguard-openbsd-706006e1039ddaa82282a7a71d93fff81748209c.tar.xz
wireguard-openbsd-706006e1039ddaa82282a7a71d93fff81748209c.zip
variables now unused
-rw-r--r--sys/dev/i2c/lm75.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/i2c/lm75.c b/sys/dev/i2c/lm75.c
index cd9b26fc742..2c8968200a7 100644
--- a/sys/dev/i2c/lm75.c
+++ b/sys/dev/i2c/lm75.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lm75.c,v 1.7 2006/01/09 18:51:04 deraadt Exp $ */
+/* $OpenBSD: lm75.c,v 1.8 2006/01/09 19:27:34 deraadt Exp $ */
/* $NetBSD: lm75.c,v 1.1 2003/09/30 00:35:31 thorpej Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
@@ -107,7 +107,6 @@ lmtemp_attach(struct device *parent, struct device *self, void *aux)
{
struct lmtemp_softc *sc = (struct lmtemp_softc *)self;
struct i2c_attach_args *ia = aux;
- u_int8_t ptr[1], reg[LM75_TEMP_LEN];
sc->sc_tag = ia->ia_tag;
sc->sc_address = ia->ia_addr;