redundantCondition ftp://ftp.de.debian.org/debian/pool/main/p/planner/planner_0.14.92.orig.tar.xz 2.13.0 planner-0.14.92/src/planner-gantt-chart.c:1165:13: style: Redundant condition: show. '!show || (show && node->children[i]->expanded)' is equivalent to '!show || node->children[i]->expanded' [redundantCondition] 2.13.0 planner-0.14.92/src/planner-usage-chart.c:1326:13: style: Redundant condition: show. '!show || (show && node->children[i]->expanded)' is equivalent to '!show || node->children[i]->expanded' [redundantCondition]