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

@ -27,7 +27,7 @@ main(int argc, char **argv)
mbus_handle *handle;
mbus_frame reply;
char *host, *addr;
int port, address, ret;
int port, ret;
if (argc != 4)
{