mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 12:19:13 +02:00
codetools: clean up
This commit is contained in:
parent
2770584c3a
commit
d71e4b610a
@ -6655,7 +6655,7 @@ var
|
||||
//debugln('Context=',NodePathAsString(Params.NewNode),' FoundPos=',Params.NewCodeTool.CleanPosToStr(Params.NewNode.StartPos,true),' SearchPos=',DeclarationTool.CleanPosToStr(DeclarationNode.StartPos,true));
|
||||
if (Params.NewNode=DeclarationNode)
|
||||
or (Params.NewNode=AliasDeclarationNode) then begin
|
||||
debugln(['ReadIdentifier reference found, adding ...']);
|
||||
//debugln(['ReadIdentifier reference found, adding ...']);
|
||||
AddReference(IdentStartPos);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user