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 unus
This thread discusses removing unused units, and talks about tools like Icarus Pascal Analyzer. That tool will do all you need and more. How to "automatically" remove unused units from uses clause?