Removed TODO relating to the task I just fixed.

This commit is contained in:
Daniel Rosenwasser 2014-07-18 16:01:24 -07:00
parent d33127ad34
commit b7343c214d

View file

@ -4883,8 +4883,6 @@ module ts {
}
}
}
// TODO (drosen): Check at least one return statement in non-void/any function (except single throw)
}
function checkFunctionDeclaration(node: FunctionDeclaration) {