From 875ad1f6ea45e58de659182c9523701fc8dc838e Mon Sep 17 00:00:00 2001 From: yuyi Date: Sun, 27 Mar 2022 21:21:40 +0800 Subject: [PATCH] ast: minor cleanup in ast.v (#13839) --- vlib/v/ast/ast.v | 13 ------------- 1 file changed, 13 deletions(-) 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