Code Inspection: Unnecessary 'return' statement
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.
Last modified: 08 May 2020