From 3a50e1c7f29772d56e5071d34f9b48745c0fc04a Mon Sep 17 00:00:00 2001 From: juha Date: Sat, 21 Dec 2013 12:59:53 +0000 Subject: [PATCH] Remove assertion in TFindDeclarationTool.FindIdentifierInInterface. Not needed after BuildInterfaceIdentifierCache return value was fixed. git-svn-id: trunk@43574 - --- components/codetools/finddeclarationtool.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/codetools/finddeclarationtool.pas b/components/codetools/finddeclarationtool.pas index 12d76a9d85..f60c78bb56 100644 --- a/components/codetools/finddeclarationtool.pas +++ b/components/codetools/finddeclarationtool.pas @@ -6423,8 +6423,6 @@ begin AVLNode:=FInterfaceIdentifierCache.Items.FindSuccessor(AVLNode); end; end else begin - Assert(Assigned(FInterfaceIdentifierCache), - 'TFindDeclarationTool.FindIdentifierInInterface: FInterfaceIdentifierCache is not assigned'); CacheEntry:=FInterfaceIdentifierCache.FindIdentifier(Params.Identifier); if CacheEntry=nil then exit(false);