76 - Redundant statements
Statements with no effects that do not produce code may be indicative of programmer error or missing logic, which needs to be flagged for removal or addressed appropriately. (see here)
- Function Statements
- Present & No Effects
- Error -> Missing Logic or Optimization
- Redundant Statements -> Effect or Remove