diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index aea4695e8b4..3eb4b9206ca 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -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) {