mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 04:17:34 -06:00
Merge pull request #26788 from ajafff/remove-useless-condition
remove useless condition
This commit is contained in:
commit
2deb3189de
@ -1259,8 +1259,6 @@ namespace ts {
|
||||
}
|
||||
|
||||
function getProjectReferences() {
|
||||
if (!resolvedProjectReferences) return;
|
||||
|
||||
return resolvedProjectReferences;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user