소스 검색

[lua] remove an old and irrelevant comment

Justin Donaldson 5 년 전
부모
커밋
c744013fa5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      std/lua/_std/String.hx

+ 0 - 1
std/lua/_std/String.hx

@@ -68,7 +68,6 @@ class String {
 		else
 			startIndex += 1;
 		if (str == "") {
-			// TODO: this makes lua CI hang forever
 			return indexOfEmpty(this, startIndex - 1);
 		}
 		var r = BaseString.find(this, str, startIndex, true).begin;