mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:39:35 +02:00
codetools: TStandardCodeTool.FindUnusedUnits scan whole unit
git-svn-id: trunk@33795 -
This commit is contained in:
parent
085cd56008
commit
246cf4a714
@ -1826,7 +1826,7 @@ begin
|
||||
{$IFDEF VerboseFindUnusedUnits}
|
||||
DebugLn(['TStandardCodeTool.FindUnusedUnits START']);
|
||||
{$ENDIF}
|
||||
BuildTree(lsrImplementationUsesSectionEnd);
|
||||
BuildTree(lsrEnd);
|
||||
Identifiers:=nil;
|
||||
try
|
||||
CheckUsesSection(FindMainUsesSection,false);
|
||||
|
Loading…
Reference in New Issue
Block a user