Skip to content

Commit 5437b3d

Browse files
Removed unused variable.
1 parent 3c34478 commit 5437b3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/scanner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ module ts {
811811
}
812812

813813
function scanExtendedUnicodeEscape(): string {
814-
var hexStartPos = pos;
815814
var escapedValue = scanMinimumNumberOfHexDigits(1);
816815
var isInvalidExtendedEscape = false;
817816

0 commit comments

Comments
 (0)