ast: minor cleanup in ast.v (#13839)

pull/13853/head
yuyi 2022-03-27 21:21:40 +08:00 committed by GitHub
parent d748529337
commit 875ad1f6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -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