chore(frontends/lean/decl_cmds): dead var
This commit is contained in:
parent
3a4a052167
commit
6114e00cea
1 changed files with 0 additions and 1 deletions
|
|
@ -531,7 +531,6 @@ static environment attribute_cmd_core(parser & p, bool persistent) {
|
|||
return modifiers_cmd(p, {attributes, {}, {}});
|
||||
}
|
||||
do {
|
||||
auto pos = p.pos();
|
||||
name d = p.check_constant_next("invalid 'attribute' command, constant expected");
|
||||
ds.push_back(d);
|
||||
} while (p.curr_is_identifier());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue