vbltest: fix variable shadowing warning

Just remove the second (shadowing) declaration of ret.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
main
Emil Velikov 2015-08-15 15:12:36 +01:00
parent 51b5ca9457
commit 687cc66d46
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ int main(int argc, char **argv)
while (1) {
struct timeval timeout = { .tv_sec = 3, .tv_usec = 0 };
fd_set fds;
int ret;
FD_ZERO(&fds);
FD_SET(0, &fds);