Removed unused variable.

This commit is contained in:
Daniel Rosenwasser 2015-02-27 16:08:21 -08:00
parent 3c344782e6
commit 5437b3db5a

View file

@ -811,7 +811,6 @@ module ts {
}
function scanExtendedUnicodeEscape(): string {
var hexStartPos = pos;
var escapedValue = scanMinimumNumberOfHexDigits(1);
var isInvalidExtendedEscape = false;