75 - Unused variables
Unused state/local variables may be indicative of programmer error, missing logic or potential optimization opportunity, which needs to be flagged for removal or addressed appropriately. (see here)
- State/Local Variables
- Declared & Unused
- Error -> Missing Logic or Optimization
- Variables -> Use or Remove