From 3ce25593cd590c607cae37e3e2912137b8361828 Mon Sep 17 00:00:00 2001 From: TravCav Date: Thu, 5 Apr 2018 10:29:35 -0400 Subject: [PATCH] removed unused code --- src/compiler/scanner.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/scanner.ts b/src/compiler/scanner.ts index 25608d0c77c..43320b453c4 100644 --- a/src/compiler/scanner.ts +++ b/src/compiler/scanner.ts @@ -696,8 +696,6 @@ namespace ts { // If we are not reducing and we have a truthy result, return it. return accumulator; } - - hasPendingCommentRange = false; } pendingPos = startPos;