chore: remove dead variable

This commit is contained in:
Leonardo de Moura 2021-05-10 13:41:55 -07:00
parent 2a676b6dfb
commit e49dfccc2a

View file

@ -50,7 +50,6 @@ def evalRewriteCore (mode : TransparencyMode) : Tactic := fun stx => do
let loc := expandOptLocation stx[2]
-- show initial state up to (incl.) `[`
withTacticInfoContext (mkNullNode #[token, lbrak]) (pure ())
let mut newTacs := #[]
let numRules := (rules.size + 1) / 2
for i in [:numRules] do
let rule := rules[i * 2]