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:
parent
6e589e2ae8
commit
c85eefa5b2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user