diff --git a/components/codetools/finddeclarationtool.pas b/components/codetools/finddeclarationtool.pas index 1bdea0178c..949af52692 100644 --- a/components/codetools/finddeclarationtool.pas +++ b/components/codetools/finddeclarationtool.pas @@ -2794,7 +2794,6 @@ begin if (Length(Result) > 0) and (Result[Length(Result)] = ';') then//delete last ";" from set Delete(Result, Length(Result), 1); - Result += ' = ['+Copy(ProceedWithSmartHint(Self), 4, High(Integer))+']'; SetStr := ProceedWithSmartHint(Self); if (Length(SetStr) > 2) and (SetStr[2] = '=') then SetStr := Copy(SetStr, 4, High(Integer));