Browse Source

cleanup [skip ci]

Aleksandr Kuzmenko 6 years ago
parent
commit
1543356f1a
1 changed files with 0 additions and 1 deletions
  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;