remove incorrect es6.tailCall visitor comment

This commit is contained in:
Sebastian McKenzie 2015-05-13 03:13:20 +01:00
parent 83e0be3038
commit 58f1e6cbc6

View File

@ -20,7 +20,6 @@ function returnBlock(expr) {
return t.blockStatement([t.returnStatement(expr)]);
}
// looks for and replaces tail recursion calls
var visitor = {
enter(node, parent, scope, state) {
if (t.isTryStatement(parent)) {