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

pull/9846/head
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
1 changed files with 0 additions and 5 deletions

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: