pastojs: clean up

git-svn-id: trunk@48137 -
(cherry picked from commit 05d916a652)
This commit is contained in:
Mattias Gaertner 2021-01-11 22:03:40 +00:00 committed by Florian Klämpfl
parent 9a179194b0
commit 288d440506

View File

@ -26459,13 +26459,7 @@ begin
or (C=TPasClassDestructor) then
AddGlobalClassMethod(FuncContext,TPasProcedure(P))
else
begin
Methods.Add(P);
if (C=TPasConstructor)
or ((aResolver<>nil) and aResolver.IsClassMethod(P)
and not aResolver.MethodIsStatic(TPasProcedure(P))) then
; //IsComplex:=true; // needs $record
end;
end
else if C=TPasAttributes then
else