From: Florian Krohm Date: Fri, 5 Jun 2015 19:34:59 +0000 (+0000) Subject: Fix a condition that was always true. Found by cppcheck. X-Git-Tag: svn/VALGRIND_3_11_0~310 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a424add6e9b72e8309bcdbe4c5a68b3f07ae5107;p=thirdparty%2Fvalgrind.git Fix a condition that was always true. Found by cppcheck. See BZ #348565. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15322 --- diff --git a/NEWS b/NEWS index 8ecbdc03f1..1f1a525ccd 100644 --- a/NEWS +++ b/NEWS @@ -227,6 +227,7 @@ where XXXXXX is the bug number as listed below. 348102 Patch updating v4l2 API support 348247 jno jumps wrongly when overflow is not set 348728 Fix broken check for VIDIOC_G_ENC_INDEX +348565 Fix redundant condition n-i-bz Provide implementations of certain compiler builtins to support compilers who may not provide those n-i-bz Old STABS code is still being compiled, but never used. Remove it.