Zulip Chat Archive
Stream: lean4
Topic: Unused variable in the Kernel
Henrik Böving (Jul 05 2023 at 21:28):
While compiling Lean I noticed a warning about an unused variable, namely this one: https://github.com/leanprover/lean4/blob/master/src/kernel/inductive.cpp#L617 it does get initialized and a little further down it does get incremented as well but never used. Is this potentially a bug from some refactoring in the past that was overseen?
Last updated: Dec 20 2023 at 11:08 UTC