[ReverseChain] Remove SIZE_MAX

Oops. Can't set it since the struct has offsets.
pull/4331/head
Behdad Esfahbod 2 years ago
parent e583c9e904
commit aa381ae963
  1. 1
      src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh

@ -27,7 +27,6 @@ struct ReverseChainSingleSubstFormat1
* GlyphIDs--ordered by Coverage Index */
public:
DEFINE_SIZE_MIN (10);
DEFINE_SIZE_MAX (4 + 65536 * (2 * Offset16::static_size + HBGlyphID16::static_size));
bool sanitize (hb_sanitize_context_t *c) const
{

Loading…
Cancel
Save