mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2026-02-25 04:38:14 +01:00
* Remove inline
This commit is contained in:
parent
11a03717f0
commit
d1ef06167d
@ -2119,7 +2119,7 @@ begin
|
||||
Result:=S.Split(Delimiters);
|
||||
end;
|
||||
|
||||
function StartsText(const ASubText, AText: string): Boolean; inline;
|
||||
function StartsText(const ASubText, AText: string): Boolean;
|
||||
begin
|
||||
Result := AnsiStartsText(ASubText, AText);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user