v.ast: remove unused path and expr fields in Module (#7625)
parent
45495c3ebb
commit
20f507651e
|
@ -130,8 +130,6 @@ pub fn (e &SelectorExpr) root_ident() Ident {
|
|||
pub struct Module {
|
||||
pub:
|
||||
name string
|
||||
path string
|
||||
expr Expr
|
||||
pos token.Position
|
||||
is_skipped bool // module main can be skipped in single file programs
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue