mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v.ast: remove unused path and expr fields in Module (#7625)
This commit is contained in:
@@ -130,8 +130,6 @@ pub fn (e &SelectorExpr) root_ident() Ident {
|
|||||||
pub struct Module {
|
pub struct Module {
|
||||||
pub:
|
pub:
|
||||||
name string
|
name string
|
||||||
path string
|
|
||||||
expr Expr
|
|
||||||
pos token.Position
|
pos token.Position
|
||||||
is_skipped bool // module main can be skipped in single file programs
|
is_skipped bool // module main can be skipped in single file programs
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user