mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-17 14:19:26 +02:00
rtl: clean up
This commit is contained in:
parent
4d995df2f7
commit
2b438be87e
@ -6276,8 +6276,6 @@ Var
|
||||
if (AQuoteStart<>#0) then
|
||||
Result:=S.IndexOfAnyUnQuoted(Separators,AQuoteStart,AQuoteEnd,StartIndex,Match)
|
||||
else
|
||||
// MVC todo:
|
||||
//Result:=-1;
|
||||
Result:=S.IndexOfAny(Separators,StartIndex,Length,Match);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user