summaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-04-02 11:03:47 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-04-02 11:05:16 -0700
commit03d3f3ab71ba280071f54cb60505212be6710f8e (patch)
treedcedc00ab96d44f06cd1c76ccb0c859a902add82 /ast.h
parentb8a21cc6df7e9da15a24ed3dbf60cd4aeb8effaa (diff)
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.
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ast.h b/ast.h
index f7cdf96d09..0dfd02a9cd 100644
--- a/ast.h
+++ b/ast.h
@@ -75,9 +75,6 @@ public:
this->location.column = locp.first_column;
}
-
- int type;
-
struct {
unsigned source;
unsigned line;