mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 17:05:58 -05:00
Removing unused variable
This commit is contained in:
@@ -93,7 +93,6 @@ module ts {
|
||||
var globalTemplateStringsArrayType: ObjectType;
|
||||
|
||||
var anyArrayType: Type;
|
||||
var stringOrNumberType: Type;
|
||||
|
||||
var tupleTypes: Map<TupleType> = {};
|
||||
var unionTypes: Map<UnionType> = {};
|
||||
@@ -10071,7 +10070,6 @@ module ts {
|
||||
? getGlobalType("TemplateStringsArray")
|
||||
: unknownType;
|
||||
anyArrayType = createArrayType(anyType);
|
||||
stringOrNumberType = getUnionType([stringType, numberType]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user