Unused variable in Optim?

On line 372 of newton_trust_region.jl of the Optim package, it defines a variable delta, which then is never used. Should that perhaps be state.delta instead?

(already posted an issue on github, but hopeful that someone here will answer sooner)