You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.
Describe the bug
The StartOfResultsTable and ResultsEntry are only used in a single if condition - unnecessary variables make the code more complicated and harder to test.
Checklist
Describe the bug
The
StartOfResultsTable
andResultsEntry
are only used in a singleif
condition - unnecessary variables make the code more complicated and harder to test.Code snips
CS/fsw/src/cs_eeprom_cmds.c
Lines 346 to 376 in f958cc0
Expected behavior
Remove redundant variables.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: