There is a variable in cff_parse.c that is set but never used. It is
'rest' in cff_parse_real. It can safely be deleted. Someone must have
noticed that, because an FT_UNUSED statement has been added, but the
variable is completely redundant and all references to it can safely be
removed.