rtl: clean up

This commit is contained in:
mattias 2020-05-06 19:33:33 +00:00
parent 4d995df2f7
commit 2b438be87e

View File

@ -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;