Reports unnecessary
return
statements. Unnecessary
return
statements are those which return no value and occur just before the function would have "fallen through" the bottom. These statements may be safely removed.