Tagged Questions
5
votes
8answers
520 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 ...
5
votes
3answers
1k views
How to find and remove unused Delphi packages from a project
How to find and remove unused Delphi runtime packages from a project that uses packages?
I have a Delphi project that is made up of several packages, in the requires part of the packages there are ...