remove commented out code

This commit is contained in:
ChrisBubernak
2014-12-30 11:08:22 -08:00
parent 07d3c204d5
commit 5838900b19

View File

@@ -3482,7 +3482,7 @@ module ts {
}
}
}
else if (source.flags & TypeFlags.TypeParameter && target.flags & TypeFlags.TypeParameter) {
else if (source.flags & TypeFlags.TypeParameter && target.flags & TypeFlags.TypeParameter) {getFullyQualifiedName
if (result = typeParameterRelatedTo(<TypeParameter>source, <TypeParameter>target, reportErrors)) {
return result;
}
@@ -3517,7 +3517,6 @@ module ts {
// a more insightful error message
reportError(headMessage, getFullyQualifiedName(source.symbol), getFullyQualifiedName(target.symbol));
}
//reportError(headMessage, typeToString(source), typeToString(target));
}
return Ternary.False;
}