Hi all,
there is a fast way to identify and so remove the unused uses units ?
During the development process, often, I add the required uses to compile, but after months of development, some units could become unused
and I would like to remove them.
At moment, I need to comment one by one and check if the compiler raises an error for the missing unit.
Thank you in advance for reply!