diff options
author | Miguel Figueiredo <elmig@debianpt.org> | 2013-06-02 01:13:45 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-06-02 01:13:45 +0200 |
commit | 7f52121e6510a8ca3424089b53844776a2ae01d7 (patch) | |
tree | 694a036e4f9f8251f776668d4bd039f75e794646 /utils | |
parent | 1c1f5245bc44921082214952f8f60af118e7ad13 (diff) |
Remove unused variable
* utils/x.c (main): Remove unused variable.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/x.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |