* fixed warning

This commit is contained in:
Nikolay Nikolov 2024-01-31 02:19:03 +02:00
parent 064adbf3f8
commit 18c6e13f45

View File

@ -467,9 +467,8 @@ uses
begin
if FValueStack.Count = FCtrlStack[0].height then
begin
if FCtrlStack[0].unreachable then
Result:=wbt_Unknown
else
Result:=wbt_Unknown;
if not FCtrlStack[0].unreachable then
internalerror(2024013104);
end
else