mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Removed unused variable.
This commit is contained in:
@@ -811,7 +811,6 @@ module ts {
|
||||
}
|
||||
|
||||
function scanExtendedUnicodeEscape(): string {
|
||||
var hexStartPos = pos;
|
||||
var escapedValue = scanMinimumNumberOfHexDigits(1);
|
||||
var isInvalidExtendedEscape = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user