codetools: clean up

This commit is contained in:
mattias 2024-02-20 18:20:08 +01:00
parent 2770584c3a
commit d71e4b610a

View File

@ -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;