From b8149f9318e76f34ef8549ec04de5cf12ef41daa Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Thu, 17 Sep 2015 01:14:09 +0000 Subject: [PATCH] remove unused variables --- src/funcs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.40.0