parser: remove generated old-style accesors.
authorJean Privat <jean@pryen.org>
Thu, 26 Jun 2014 02:06:23 +0000 (22:06 -0400)
committerJean Privat <jean@pryen.org>
Thu, 26 Jun 2014 02:06:23 +0000 (22:06 -0400)
ANodes use new style attributes (with two accesors)
Other use old-style attributes with two explicit getter and setters.

Using new-style attributes has a too big impact on performance because of
the redefined setter

Signed-off-by: Jean Privat <jean@pryen.org>


No differences found