Skip to content

rts: Drop racy assertion

Ben Gamari requested to merge wip/T22563 into master

0e274c39 added an assertion in dirty_MUT_VAR checking that the MUT_VAR being dirtied was clean. However, this isn't necessarily the case since another thread may have raced us to dirty the object.

Merge request reports