Explorar o código

cleanup [skip ci]

Aleksandr Kuzmenko %!s(int64=6) %!d(string=hai) anos
pai
achega
1543356f1a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      std/haxe/CallStack.hx

+ 0 - 1
std/haxe/CallStack.hx

@@ -157,7 +157,6 @@ class CallStack {
 					Method(null, parts[2].substring(methodPos + 1, parts[2].length - 1));
 				}
 			}
-			// TODO: Give more information for FilePos
 			stack.push(FilePos(method, file, Std.parseInt(line)));
 		}
 		return stack;