Commit 93e53400 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Drop VALID_OBJ for GCC

It complains that &pfh_vut is never NULL...
parent 612b6419
......@@ -77,7 +77,7 @@ static void
vut_vpf_remove(void)
{
assert(VALID_OBJ(&pfh_vut, VUT_MAGIC));
assert(pfh_vut.magic == VUT_MAGIC);
AN(pfh);
AN(pfh_vut.P_arg);
......
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