Skip to content

Commit

Permalink
parser: minor cleanup in ident()
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Nov 19, 2024
1 parent 931a7e9 commit 69ae635
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vlib/v/parser/parser.v
Original file line number Diff line number Diff line change
Expand Up @@ -2394,10 +2394,7 @@ fn (mut p Parser) ident(language ast.Language) ast.Ident {
kind: .blank_ident
pos: pos
info: ast.IdentVar{
is_mut: false
is_static: false
is_volatile: false
is_option: is_option
is_option: is_option
}
scope: p.scope
}
Expand Down

0 comments on commit 69ae635

Please sign in to comment.