]> granicus.if.org Git - file/commitdiff
remove unused var.
authorChristos Zoulas <christos@zoulas.com>
Mon, 28 Jul 2008 17:25:21 +0000 (17:25 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 28 Jul 2008 17:25:21 +0000 (17:25 +0000)
src/softmagic.c

index bdd1c3020e305d1e4e5b2869d304f208de680a8f..bbc5df54bc27312ed81dd7f244003daff9f6f375 100644 (file)
@@ -38,7 +38,7 @@
 
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: softmagic.c,v 1.118 2008/07/16 18:00:57 christos Exp $")
+FILE_RCSID("@(#)$File: softmagic.c,v 1.119 2008/07/19 14:32:21 christos Exp $")
 #endif /* lint */
 
 private int match(struct magic_set *, struct magic *, uint32_t,
@@ -660,8 +660,6 @@ mconvert(struct magic_set *ms, struct magic *m)
        case FILE_STRING:
        case FILE_BESTRING16:
        case FILE_LESTRING16: {
-               size_t len;
-               
                /* Null terminate and eat *trailing* return */
                p->s[sizeof(p->s) - 1] = '\0';
 #if 0