1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ast: remove obsolete comment in types.v (#9841)

This commit is contained in:
yuyi 2021-04-22 12:03:29 +08:00 committed by GitHub
parent 6e589e2ae8
commit c85eefa5b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: