From: Christos Zoulas Date: Thu, 17 Sep 2015 01:14:09 +0000 (+0000) Subject: remove unused variables X-Git-Tag: FILE5_26~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c16df549fb92534c74fded61cad3c519a6806516;p=file remove unused variables --- diff --git a/src/funcs.c b/src/funcs.c index 192eb87e..24d1866a 100644 --- a/src/funcs.c +++ b/src/funcs.c @@ -27,7 +27,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: funcs.c,v 1.84 2015/09/10 13:32:19 christos Exp $") +FILE_RCSID("@(#)$File: funcs.c,v 1.85 2015/09/17 01:10:51 christos Exp $") #endif /* lint */ #include "magic.h" @@ -178,7 +178,6 @@ file_buffer(struct magic_set *ms, int fd, const char *inname __attribute__ ((__u const void *buf, size_t nb) { int m = 0, rv = 0, looks_text = 0; - int mime = ms->flags & MAGIC_MIME; const unsigned char *ubuf = CAST(const unsigned char *, buf); unichar *u8buf = NULL; size_t ulen;