From: Reuben Thomas Date: Tue, 26 Feb 2008 03:03:40 +0000 (+0000) Subject: Remove unused #ifdef, NOORDER. X-Git-Tag: FILE5_05~442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=976555f5b82f0d571cd87f84eb6bd1a7b65ce62c;p=file Remove unused #ifdef, NOORDER. --- diff --git a/src/apprentice.c b/src/apprentice.c index 6a2c6a9b..32d6a1a6 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -49,7 +49,7 @@ #include #ifndef lint -FILE_RCSID("@(#)$File: apprentice.c,v 1.127 2008/02/25 18:19:48 rrt Exp $") +FILE_RCSID("@(#)$File: apprentice.c,v 1.128 2008/02/26 03:03:40 rrt Exp $") #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \ @@ -599,7 +599,6 @@ apprentice_load(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, if (errs) goto out; -#ifndef NOORDER qsort(marray, marraycount, sizeof(*marray), apprentice_sort); /* * Make sure that any level 0 "default" line is last (if one exists). @@ -618,7 +617,6 @@ apprentice_load(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, break; } } -#endif for (i = 0; i < marraycount; i++) mentrycount += marray[i].cont_count;