mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 17:40:28 +02:00
* Remove debug statement
This commit is contained in:
parent
f19402e81b
commit
ee2d2a4bd4
@ -3977,8 +3977,6 @@ begin
|
|||||||
MValue:=Param;
|
MValue:=Param;
|
||||||
MName:=UpperCase(Trim(Copy(MValue,1,Index-1)));
|
MName:=UpperCase(Trim(Copy(MValue,1,Index-1)));
|
||||||
Delete(MValue,1,Index+1);
|
Delete(MValue,1,Index+1);
|
||||||
if SameText(MName,'TGenericStringBuilder') then
|
|
||||||
Writeln('TGenericStringBuilder = ',MValue);
|
|
||||||
AddMacro(MName,Trim(MValue));
|
AddMacro(MName,Trim(MValue));
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user