Tagged Questions

6
votes
7answers
396 views

How can I identify and get rid of unused units in the “uses clause” in Delphi 7 ?

This should reduce the executable size quite a bit in some of my very large projects. I am sure there would be other benefits too. EDIT: Is there perhaps a utility that will scan the project and …