From 558f1e34cabd3c537e4267464709ae1ac39c0c4f Mon Sep 17 00:00:00 2001 From: Arthur Ozga Date: Fri, 17 Jul 2015 16:30:20 -0700 Subject: [PATCH] Remove Garbage --- src/compiler/binder.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/compiler/binder.ts b/src/compiler/binder.ts index 66b5a0b894d..336be9d1eda 100644 --- a/src/compiler/binder.ts +++ b/src/compiler/binder.ts @@ -9,11 +9,7 @@ namespace ts { Instantiated = 1, ConstEnumOnly = 2 } - - "/**" - /* /** */ - // /** getDocCommentScaffoldingAtPosition -- TS side! */ export function getModuleInstanceState(node: Node): ModuleInstanceState { // A module is uninstantiated if it contains only // 1. interface declarations, type alias declarations