Expand description
Remove the locals (which are not used for the input arguments) which are
never used in the function bodies. This is useful to remove the locals with
type Never
. We actually check that there are no such local variables
remaining afterwards.
Structsยง
- Locals
Renumber ๐Visitor - Locals
Usage ๐Visitor - Transform
Functionsยง
- remove_
unused_ ๐locals