From 5faae8260ac9f81dbc022317edd63643c83bc8e4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 11 Feb 2021 10:58:02 -0700 Subject: [PATCH] [post] Remove unneeded error check --- src/hb-ot-post-table.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-ot-post-table.hh b/src/hb-ot-post-table.hh index 8586331cd..f22d6e244 100644 --- a/src/hb-ot-post-table.hh +++ b/src/hb-ot-post-table.hh @@ -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); }