diff --git a/vlib/v/ast/ast.v b/vlib/v/ast/ast.v index 013ed1c13e..ff47894dad 100644 --- a/vlib/v/ast/ast.v +++ b/vlib/v/ast/ast.v @@ -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 }