Procházet zdrojové kódy

[lua] remove an old and irrelevant comment

Justin Donaldson před 5 roky
rodič
revize
c744013fa5
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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;