From: Reuben Thomas Date: Sun, 24 Feb 2008 01:17:54 +0000 (+0000) Subject: This code was funny, but it caught my eye too many times, both X-Git-Tag: FILE5_05~448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95df3924b06341cf7786d20869ad348be5059a5f;p=file This code was funny, but it caught my eye too many times, both directly and when grepping. --- diff --git a/src/softmagic.c b/src/softmagic.c index 1c8f6a84..8dcb176c 100644 --- a/src/softmagic.c +++ b/src/softmagic.c @@ -38,7 +38,7 @@ #ifndef lint -FILE_RCSID("@(#)$File: softmagic.c,v 1.113 2008/02/24 01:13:13 rrt Exp $") +FILE_RCSID("@(#)$File: softmagic.c,v 1.114 2008/02/24 01:17:54 rrt Exp $") #endif /* lint */ private int match(struct magic_set *, struct magic *, uint32_t, @@ -1345,13 +1345,6 @@ mget(struct magic_set *ms, const unsigned char *s, case FILE_OPMODULO: offset = p->l % off; break; - /* case TOOMANYSWITCHBLOCKS: - * ugh = p->eye % m->strain; - * rub; - * case BEER: - * off = p->tab & m->in_gest; - * sleep; - */ } } else offset = p->l;