Commit 8b65325
committed
link: remove unused if check
The enclosing check already ensured we're on an is_like_solaris path, so
this inner `if` will always be false. Inlined the local variable into
its only use, but preserved the comment at the top of the block because
it seems like it's still relevant.1 parent 9a77c3c commit 8b65325
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1105 | 1105 | | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | | - | |
1109 | | - | |
1110 | | - | |
1111 | | - | |
1112 | 1108 | | |
1113 | 1109 | | |
1114 | | - | |
1115 | | - | |
1116 | | - | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
1117 | 1116 | | |
1118 | 1117 | | |
1119 | 1118 | | |
| |||
0 commit comments