Skip to content

Commit 252da43

Browse files
remove deprecated
1 parent 1ce02a6 commit 252da43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/R2N.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ function SolverCore.solve!(
285285
)
286286
end
287287

288-
local ξ1::T
289288
local ρk::T = zero(T)
290289
local prox_evals::Int = 0
291290

@@ -306,8 +305,6 @@ function SolverCore.solve!(
306305

307306
ν₁ = θ / (λmax + σk)
308307

309-
sqrt_ξ1_νInv = one(T)
310-
311308
@. mν∇fk = -ν₁ * ∇fk
312309

313310
set_iter!(stats, 0)

0 commit comments

Comments
 (0)