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
This commit is contained in:
@@ -153,8 +153,6 @@ label:
|
|||||||
int warn2 = IN_SOME;
|
int warn2 = IN_SOME;
|
||||||
|
|
||||||
pt = _fmt(Locale->c_fmt, t, pt, ptlim, warnp);
|
pt = _fmt(Locale->c_fmt, t, pt, ptlim, warnp);
|
||||||
if (warn2 == IN_ALL)
|
|
||||||
warn2 = IN_THIS;
|
|
||||||
if (warn2 > *warnp)
|
if (warn2 > *warnp)
|
||||||
*warnp = warn2;
|
*warnp = warn2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user