codetools: clean up

git-svn-id: trunk@30784 -
This commit is contained in:
mattias 2011-05-17 12:47:25 +00:00
parent 03e8b0a1dc
commit f99cfe3556

View File

@ -6058,7 +6058,7 @@ var
OldInput: TFindDeclarationInput;
begin
Result:=false;
debugln(['TFindDeclarationTool.FindIdentifierInTypeOfConstant ',VarConstNode.DescAsString]);
//debugln(['TFindDeclarationTool.FindIdentifierInTypeOfConstant ',VarConstNode.DescAsString]);
TypeNode:=VarConstNode.FirstChild;
if TypeNode=nil then exit;
if TypeNode.Desc=ctnIdentifier then begin