Explorar o código

[lua] remove an old and irrelevant comment

Justin Donaldson %!s(int64=5) %!d(string=hai) anos
pai
achega
c744013fa5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;