Merge pull request #26788 from ajafff/remove-useless-condition

remove useless condition
This commit is contained in:
Ryan Cavanaugh 2018-08-30 13:36:11 -07:00 committed by GitHub
commit 2deb3189de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1259,8 +1259,6 @@ namespace ts {
}
function getProjectReferences() {
if (!resolvedProjectReferences) return;
return resolvedProjectReferences;
}