Remove ast_node::type
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Apr 2010 18:03:47 +0000 (11:03 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Apr 2010 18:05:16 +0000 (11:05 -0700)
commit03d3f3ab71ba280071f54cb60505212be6710f8e
treedcedc00ab96d44f06cd1c76ccb0c859a902add82
parentb8a21cc6df7e9da15a24ed3dbf60cd4aeb8effaa
Remove ast_node::type

It isn't a type (is was enum specifying the kind of node), it was
unused, and it was easily confused with actual type fields.  Kill with fire.
ast.h
glsl_parser_extras.cpp