Synopsis: | Any statement that is logically never executed shall not occur in the source code. |
Language: | C |
Severity Level: | 3 |
Category: | Statement and Blocks |
Description: |
Justification Unused statements add to program complexity just by being there - adding lines to a program and causing readers to puzzle over its presence. |