chore(frontends/lean/decl_cmds): dead var

This commit is contained in:
Leonardo de Moura 2018-09-05 10:22:07 -07:00
parent 3a4a052167
commit 6114e00cea

View file

@ -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());