Skip to content

Commit 694705f

Browse files
committed
Removing old comment
1 parent db230a2 commit 694705f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7586,7 +7586,6 @@ namespace ts {
75867586
const candidates = inferiority ?
75877587
inferences.secondary || (inferences.secondary = []) :
75887588
inferences.primary || (inferences.primary = []);
7589-
// Infer base primitive type for unit types.
75907589
if (!contains(candidates, source)) {
75917590
candidates.push(source);
75927591
}

0 commit comments

Comments
 (0)