Explorar el Código

[lua] remove an old and irrelevant comment

Justin Donaldson hace 5 años
padre
commit
c744013fa5
Se han modificado 1 ficheros con 0 adiciones y 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;