2

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

Is there a wizard/tool to automatically detect all useless units?

If in the current unit I "use classes" but in practice I don't need it I can of course manually remove Classes. But how can I do this automatically for all units in a project? Is there a way different than "delete one, try to compile, if succesful save"?

Of course often what happens is that you drop a component on the form, some units are added, you delete the component and the units are not removed.

Or I refactor code, I move some classes in another unit.

Community
  • 1
  • 1
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249

1 Answers1

5

Icarus - Uses List Analyzer for Delphi

splash
  • 13,037
  • 1
  • 44
  • 67