diff options
Diffstat (limited to 'oryxc')
| -rw-r--r-- | oryxc/src/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oryxc/src/parser.rs b/oryxc/src/parser.rs index d726f8d..a0762c7 100644 --- a/oryxc/src/parser.rs +++ b/oryxc/src/parser.rs @@ -35,7 +35,6 @@ pub enum AstType { Pointer, /* (rhs, _) */ Return, /* (extra-data, _) */ String, /* (token, _) */ - Type, /* (type-data, _) */ UnaryOperator, /* (rhs, _) */ BinaryOperator, /* (lhs, rhs) */ } |