Commit dd759db
authored
Remove incorrect usages of link options destination
The destination field in link options is initialized to the empty string and can no longer be nullable. Therefore the null check is no longer valid, since the destination is always set to a non-null value. Secondly, we already initialize to the empty string and therefore don't need to reassign the value to the empty string during prefetch loading.
This is a follow-up to ad28192.
Closes #11726 (again).1 parent 69ccb5d commit dd759db
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16681 | 16681 | | |
16682 | 16682 | | |
16683 | 16683 | | |
16684 | | - | |
16685 | | - | |
16686 | | - | |
16687 | 16684 | | |
16688 | 16685 | | |
16689 | 16686 | | |
| |||
28722 | 28719 | | |
28723 | 28720 | | |
28724 | 28721 | | |
28725 | | - | |
28726 | | - | |
28727 | | - | |
28728 | 28722 | | |
28729 | 28723 | | |
28730 | 28724 | | |
| |||
0 commit comments