Tagged Questions
5
votes
8answers
542 views
Finding unused (aka “dead”) code in Delphi
Are there any tools that can determine if a function/procedure/method/entire class is used?
I've seen tools that can help a knowledgeable developer track down unused fragments of code (most are for ...