On Sat, 3 Sep 2016, James Richters wrote: > Is there any way to quickly identify unused variables, procedures & > functions within a large project? I'm using FPC 3.0.0 with textmode IDE The compiler tells you this for local variables if you enable warnings and/or hints. Michael.