From fad7bcfb44b8f58a1a508bae9936e1e2a5aebcc5 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 18 Mar 2006 04:44:58 +0000 Subject: [PATCH] Remove dead code. --- src/apprentice.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/apprentice.c b/src/apprentice.c index 26d45244..d9910f85 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -45,7 +45,7 @@ #endif #ifndef lint -FILE_RCSID("@(#)$Id: apprentice.c,v 1.88 2006/03/14 01:04:31 christos Exp $") +FILE_RCSID("@(#)$Id: apprentice.c,v 1.89 2006/03/18 04:44:58 christos Exp $") #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \ @@ -186,8 +186,6 @@ apprentice_1(struct magic_set *ms, const char *fn, int action, mapped = 0; } - if (rv == -1) - return rv; mapped = rv; if (magic == NULL || nmagic == 0) { -- 2.50.0