Removed unused variables

This commit is contained in:
Stefan Wahren
2012-04-06 21:55:18 +02:00
parent 16716d83c1
commit ae8a5e017f
5 changed files with 8 additions and 9 deletions

View File

@ -24,7 +24,7 @@ int
main(int argc, char **argv)
{
char *device, *addr_mask;
int address, baudrate = 9600;
int baudrate = 9600;
mbus_handle *handle = NULL;
if (argc == 2)