...
Remediation of dead code requires the programmer to determine why the code is never executed and then resolve that situation appropriately. To correct the Noncompliant Code Example, preceding noncompliant code the return
is removed from the body of the first conditional statement.
...