From 7f52121e6510a8ca3424089b53844776a2ae01d7 Mon Sep 17 00:00:00 2001 From: Miguel Figueiredo Date: Sun, 2 Jun 2013 01:13:45 +0200 Subject: Remove unused variable * utils/x.c (main): Remove unused variable. --- utils/x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/x.c b/utils/x.c index e4e272f4..7bbc8ac5 100644 --- a/utils/x.c +++ b/utils/x.c @@ -168,7 +168,6 @@ void verify_passwd (const char *name, const char *password, void main(int argc, char *argv[]) { - int i; error_t err = 0; struct auth add, remove; -- cgit v1.2.3