• Ben Gamari's avatar
    rts: Drop racy assertion · 3242139f
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    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.
    3242139f