1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

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