浏览代码

rtl: clean up

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
       Result:=S.IndexOfAnyUnQuoted(Separators,AQuoteStart,AQuoteEnd,StartIndex,Match)
     else
-      // MVC todo:
-      //Result:=-1;
       Result:=S.IndexOfAny(Separators,StartIndex,Length,Match);
   end;