diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-09 19:27:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-09 19:27:35 +0000 |
commit | 80e2e5244fa7bd778b90de63e41c2202eb8c917d (patch) | |
tree | bd469b9650114fae8a489396b41518c7b8dfb784 /sys/dev | |
parent | 3b2ba57709a39f158b0b6d493e48afca1b5f33d5 (diff) |
variables now unused
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/i2c/lm75.c | 3 |
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; |