Bug: Useless condition: it's known that status != -1 at this point

This condition always produces the same result as the value of the
involved variable that was narrowed before. Probably something else was
meant or the condition can be removed.

Rank: Troubling (14), confidence: High
Pattern: UC_USELESS_CONDITION
Type: UC, Category: STYLE (Dodgy code)

Change-Id: I787e38b7d4d955ef73d7a8cf5b1c5a2479a2d8f5
Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
1 file changed