diff --git a/vlib/v/ast/types.v b/vlib/v/ast/types.v index 12078622aa..b785e8c9db 100644 --- a/vlib/v/ast/types.v +++ b/vlib/v/ast/types.v @@ -762,11 +762,6 @@ pub: types []Type } -// NB: FExpr here is a actually an ast.Expr . -// It should always be used by casting to ast.Expr, using ast.fe2ex()/ast.ex2fe() -// That hack is needed to break an import cycle between v.ast and v.ast . -// pub type FExpr = byteptr | voidptr - /* pub struct Field { pub: