From 73a82af1f4abe15f3e96074b5bf1a636c890c85f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 27 Jun 2023 17:05:22 -0600 Subject: [PATCH] [subset/cff] Remove stale wrong code With my recent rewrite of serialize_header, this seems to work now. --- src/hb-ot-cff-common.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/hb-ot-cff-common.hh b/src/hb-ot-cff-common.hh index 2f824cce6..299caf683 100644 --- a/src/hb-ot-cff-common.hh +++ b/src/hb-ot-cff-common.hh @@ -199,9 +199,7 @@ struct CFFIndex if (!it) { if (data_size) *data_size = 0; - // The following should return min_size IMO. But that crashes a few - // tests. I have not investigated why. - return 0; //min_size; + return min_size; } unsigned total = 0;