Skip to content

Commit b4cb5b7

Browse files
remove temporary struct
1 parent 63b9e3a commit b4cb5b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/LM_alg.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ export LM, LMSolver, solve!
22

33
import SolverCore.solve!
44

5-
mutable struct TRDHSolver # FIXME
6-
end
7-
85
mutable struct LMSolver{
96
T <: Real,
107
G <: ShiftedProximableFunction,

0 commit comments

Comments
 (0)