eugeneloza / decoherence

Project moved to https://gitlab.com/EugeneLoza/decoherence
GNU General Public License v3.0
10 stars 7 forks source link

Remove "Profiler" not used hint #607

Open eugeneloza opened 6 years ago

eugeneloza commented 6 years ago

When Profiler is disabled:

decomain.pas(38,25) Hint: Unit "Profiler" not used in DecoMain

I'm not sure how to disable such hint only for one unit. Maybe, fake-use something from it in every unit that uses the profiler?