Commit 9f9f2d4
committed
fix(core): drop the redundant
The re-read is taken from the same fence, later on the same thread, so
under the monotonicity this fix already relies on it can never be below
`current_finished_submission`. The `max` was therefore dead — and in the
one case where it would not be, a backend whose fence regressed, it would
hide that from the assert rather than let it fire.max on the re-read fence value1 parent 9021559 commit 9f9f2d4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1085 | 1085 | | |
1086 | 1086 | | |
1087 | 1087 | | |
1088 | | - | |
| 1088 | + | |
1089 | 1089 | | |
1090 | 1090 | | |
1091 | 1091 | | |
| |||
0 commit comments