mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: remove forgotten ----- line
This commit is contained in:
parent
d30eefc3be
commit
36bf99ed5a
@ -605,7 +605,6 @@ pub fn (mut p Parser) name_expr() ast.Expr {
|
||||
if p.tok.kind == .lcbr && p.peek_tok.kind == .rcbr {
|
||||
p.next()
|
||||
p.next()
|
||||
eprintln('-----------------------------------------')
|
||||
}
|
||||
return ast.MapInit{
|
||||
typ: map_type
|
||||
|
Loading…
Reference in New Issue
Block a user