Refactoring

This commit is contained in:
Michael Schimmel
2025-11-04 18:22:06 +01:00
parent 2b8a3effed
commit 48ccb23060
4 changed files with 2 additions and 36 deletions
-1
View File
@@ -210,7 +210,6 @@ begin
FWorkspace.Repaint;
FGScope := TAst.CreateScope(nil);
RegisterNativeFunctions(FGScope);
end;
function TForm1.CompileAst(const ANode: IAstNode; const AParentScope: IExecutionScope; out ADescriptor: IScopeDescriptor): IAstNode;