From: Christos Zoulas Date: Mon, 27 Oct 2003 18:09:41 +0000 (+0000) Subject: Remove unused variables. X-Git-Tag: FILE4_07~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bcbca5c08e5a35d3b6ca0e6e545f2a03b3907dd;p=file Remove unused variables. --- diff --git a/src/file.c b/src/file.c index 5ebbe6a7..6ff8c036 100644 --- a/src/file.c +++ b/src/file.c @@ -72,7 +72,7 @@ #include "patchlevel.h" #ifndef lint -FILE_RCSID("@(#)$Id: file.c,v 1.85 2003/10/09 16:29:53 christos Exp $") +FILE_RCSID("@(#)$Id: file.c,v 1.86 2003/10/27 18:09:41 christos Exp $") #endif /* lint */ @@ -126,7 +126,7 @@ main(int argc, char *argv[]) int c; int action = 0, didsomefiles = 0, errflg = 0; int flags = 0; - char *mime, *home, *usermagic; + char *home, *usermagic; struct stat sb; #define OPTSTRING "bcCdf:F:ikLm:nNprsvz" #ifdef HAVE_GETOPT_LONG