From 4167bb128bbe44bdccb46c4efb65dfa395dbff10 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 26 Dec 2010 15:19:12 +0000 Subject: [PATCH] Fix CID-34 (dead code): * eliminate code that will never be reached git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39949 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/time/strftime.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/system/libroot/posix/time/strftime.c b/src/system/libroot/posix/time/strftime.c index 8e029bba78..dd725326ec 100644 --- a/src/system/libroot/posix/time/strftime.c +++ b/src/system/libroot/posix/time/strftime.c @@ -153,8 +153,6 @@ label: int warn2 = IN_SOME; pt = _fmt(Locale->c_fmt, t, pt, ptlim, warnp); - if (warn2 == IN_ALL) - warn2 = IN_THIS; if (warn2 > *warnp) *warnp = warn2; }