From: Theophile Ranquet Date: Tue, 29 Jan 2013 13:53:35 +0000 (+0100) Subject: variants: remove the 'built' assertions X-Git-Tag: v2.7.90~129 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/fbecd2ab59d461fbd943670338a5def4157e3364?hp=fbecd2ab59d461fbd943670338a5def4157e3364 variants: remove the 'built' assertions When using %define parse.assert, the variants come with additional variables that are useful for development purposes. One is a Boolean indicating if the variant is built (to make sure we don't read a non-built variant), and the other is a string describing the stored type. There is no need to have both of these, the string is enough. * data/variant.hh (built): Remove. ---