From 26009e9cc81a019e24286279f366b6ed7cb233b9 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 21 Feb 2012 19:22:55 +0100 Subject: [PATCH] removed unused variable --- src/protocols/d0.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/protocols/d0.c b/src/protocols/d0.c index 52bb2bd..a8f9514 100644 --- a/src/protocols/d0.c +++ b/src/protocols/d0.c @@ -306,7 +306,6 @@ int meter_d0_open_socket(const char *node, const char *service) { } int meter_d0_open_device(const char *device, struct termios *old_tio, speed_t baudrate) { - int bits; struct termios tio; memset(&tio, 0, sizeof(struct termios));