Remove unused variable
authorNelson Ferreira <nelson.ferreira@ieee.org>
Tue, 11 Oct 2011 01:29:16 +0000 (21:29 -0400)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Tue, 11 Oct 2011 01:29:16 +0000 (21:29 -0400)
Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
lib-src/movemail.c

index 5d1e95b..86b6935 100644 (file)
@@ -418,7 +418,6 @@ int main(int argc, char *argv[])
 
                {
                        char buf[1024];
-                       int retries = 3;
                        while (1) {
                                nread = read(indesc, buf, sizeof buf);
                                if (nread < 0 ||