[post] Remove unneeded error check

This commit is contained in:
Behdad Esfahbod 2021-02-11 10:58:02 -07:00
parent d7e2a51de2
commit 5faae8260a
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ struct post
if (unlikely (!post_prime)) return_trace (false);
serialize (c->serializer);
if (c->serializer->in_error () || c->serializer->ran_out_of_room) return_trace (false);
return_trace (true);
}