refactoring - How to detect useless Delphi units in the interface and implementation uses clauses? -
possible duplicate:
how can identify , rid of unused units in “uses clause” in delphi 7 ?
is there wizard/tool automatically detect useless units?
if in current unit "use classes" in practice don't need can of course manually remove classes. how can automatically units in project? there way different "delete one, try compile, if succesful save"?
of course happens drop component on form, units added, delete component , units not removed.
or refactor code, move classes in unit.
Comments
Post a Comment