Commit 431b502b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove overzealous assert

parent c0d62658
......@@ -440,8 +440,6 @@ ObjKill(struct objcore *oc)
CHECK_OBJ_NOTNULL(oc, OBJCORE_MAGIC);
CHECK_OBJ_NOTNULL(oc->objhead, OBJHEAD_MAGIC);
AZ(oc->flags & OC_F_DYING); // XXX ?
Lck_Lock(&oc->objhead->mtx);
oc->flags |= OC_F_DYING;
Lck_Unlock(&oc->objhead->mtx);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment