mattias 5 роки тому
батько
коміт
2b438be87e
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      packages/rtl/sysutils.pas

+ 0 - 2
packages/rtl/sysutils.pas

@@ -6276,8 +6276,6 @@ Var
     if (AQuoteStart<>#0) then
     if (AQuoteStart<>#0) then
       Result:=S.IndexOfAnyUnQuoted(Separators,AQuoteStart,AQuoteEnd,StartIndex,Match)
       Result:=S.IndexOfAnyUnQuoted(Separators,AQuoteStart,AQuoteEnd,StartIndex,Match)
     else
     else
-      // MVC todo:
-      //Result:=-1;
       Result:=S.IndexOfAny(Separators,StartIndex,Length,Match);
       Result:=S.IndexOfAny(Separators,StartIndex,Length,Match);
   end;
   end;