Unused local variables #153
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
G (Gas Optimization)
Handle
WatchPug
Vulnerability details
Unused local variables in contracts increase contract size and gas usage at deployment.
Instances include:
https://github.com/code-423n4/2021-11-nested/blob/f646002b692ca5fa3631acfff87dda897541cf41/contracts/NestedFactory.sol#L379-L383
tokens
is unused.https://github.com/code-423n4/2021-11-nested/blob/f646002b692ca5fa3631acfff87dda897541cf41/contracts/NestedFactory.sol#L410-L414
tokens
is unused.The text was updated successfully, but these errors were encountered: