]> granicus.if.org Git - file/commitdiff
Remove unused variables.
authorChristos Zoulas <christos@zoulas.com>
Mon, 27 Oct 2003 18:09:41 +0000 (18:09 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 27 Oct 2003 18:09:41 +0000 (18:09 +0000)
src/file.c

index 5ebbe6a72a64ea497774d3b346e6612d69354a90..6ff8c0365521fe72dea1b46b5acafd50b3144388 100644 (file)
@@ -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