From 22278edb23ce7b5c7055106bb91cef1b076d3c5c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 27 Feb 2026 12:29:46 +0100 Subject: Remove unused AstNode type --- oryxc/src/parser.rs | 1 - 1 file changed, 1 deletion(-) 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) */ } -- cgit v1.2.3