ast: minor cleanup in ast.v (#13839)
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