diff --git a/vlib/v/ast/ast.v b/vlib/v/ast/ast.v index 4a5fff8bdf..46f6a69f63 100644 --- a/vlib/v/ast/ast.v +++ b/vlib/v/ast/ast.v @@ -610,19 +610,6 @@ pub mut: types []Type } -/* -pub enum Expr { - Binary(InfixExpr) - If(IfExpr) - Integer(IntegerExpr) -} -*/ -/* -pub struct Stmt { - pos int - //end int -} -*/ pub struct Var { pub: name string