#12299 closed defect (bug) (fixed)
Variable cleanups; Unused vars, Typo'd vars, and excess code blocks
Reported by: | dd32 | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Optimization | Keywords: | |
Focuses: | Cc: |
Description
I've just done a cleanup of many variables which were only used once, Some of these turned out to be typo's, and some code blocks were entirely ignored in the rest of the function.
This ticket is to act as a point of contact for any issues which arrise from this changeset.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [13242]) Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299