mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
Removed unused variable.
This commit is contained in:
parent
3c344782e6
commit
5437b3db5a
@ -811,7 +811,6 @@ module ts {
|
||||
}
|
||||
|
||||
function scanExtendedUnicodeEscape(): string {
|
||||
var hexStartPos = pos;
|
||||
var escapedValue = scanMinimumNumberOfHexDigits(1);
|
||||
var isInvalidExtendedEscape = false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user