mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +02:00
IDE: disabled experimental code
git-svn-id: trunk@47977 -
This commit is contained in:
parent
3f01129d6c
commit
31b31d910f
@ -3820,8 +3820,10 @@ begin
|
||||
|
||||
if FirstDependency<>nil then
|
||||
begin
|
||||
{$IFDEF EnableCheckAmbiguousInterPkgFiles}
|
||||
Result:=CheckAmbiguousInterPkgFiles(FirstDependency.Owner,PkgList);
|
||||
if Result<>mrOk then exit;
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
// add tool dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user