From c85eefa5b25a45d6e81b70890e16fdcdcb658456 Mon Sep 17 00:00:00 2001 From: yuyi Date: Thu, 22 Apr 2021 12:03:29 +0800 Subject: [PATCH] ast: remove obsolete comment in types.v (#9841) --- vlib/v/ast/types.v | 5 ----- 1 file changed, 5 deletions(-) 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: