Using uncalled I got a list of functions that are apparently unused.
Listed below are those I couldn't convince myself they are actually needed:
Any of those may be actually needed of course. I think it's worth annotating those cases explicitly in the code.
A similar tool, vulture lists many additional functions and variables, though it also has many false positives.
Using uncalled I got a list of functions that are apparently unused.
Listed below are those I couldn't convince myself they are actually needed:
Any of those may be actually needed of course. I think it's worth annotating those cases explicitly in the code.
A similar tool, vulture lists many additional functions and variables, though it also has many false positives.