Menu

#187 rule: useless assignment in return statement

open
nobody
None
5
2013-02-16
2011-01-24
No

DLS: Useless assignment in return statement (DLS_DEAD_LOCAL_STORE_IN_RETURN)

This statement assigns to a local variable in a return statement. This assignment has effect. Please verify that this statement does the right thing.

Discussion


Log in to post a comment.