codetools: fixed with candidates

git-svn-id: trunk@32223 -
This commit is contained in:
mattias 2011-09-08 08:02:57 +00:00
parent e3f9648b2e
commit 80920f6286

View File

@ -1459,9 +1459,6 @@ var
begin
Identifier:=Identifier+GetAtom;
end else begin
if (not IsValidIdent(Identifier))
and (Identifier[length(Identifier)]<>'.') then
Add(Identifier);
if Code<>nil then
Code^:=Code^+Identifier;
break;