From: Christos Zoulas Date: Thu, 17 Sep 2015 01:14:09 +0000 (+0000) Subject: remove unused variables X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8149f9318e76f34ef8549ec04de5cf12ef41daa;p=file remove unused variables --- diff --git a/src/funcs.c b/src/funcs.c index 3cd9a54f..fc105f2a 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.85 2015/09/17 01:10:51 christos Exp $") +FILE_RCSID("@(#)$File: funcs.c,v 1.86 2015/09/17 01:14:09 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;