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:
parent
d748529337
commit
875ad1f6ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user