Browse Source

rtl: clean up

mattias 5 years ago
parent
commit
2b438be87e
1 changed files with 0 additions and 2 deletions
  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;