Skip to content

Commit 168e0da

Browse files
Remove more deprecated code
1 parent 0fea6eb commit 168e0da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/utils.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,6 @@ end
127127
@inline __add_and_norm(::typeof(Base.Fix2(norm, Inf)), x, y) = __maximum_abs(+, x, y)
128128
@inline __add_and_norm(f::F, x, y) where {F} = __norm_op(f, +, x, y)
129129

130-
@inline function __apply_termination_internalnorm(::Nothing, u)
131-
Base.depwarn("Not specifying the internal norm of termination conditions has been \
132-
deprecated. Using inf-norm currently.",
133-
:__apply_termination_internalnorm)
134-
return __apply_termination_internalnorm(Base.Fix1(maximum, abs), u)
135-
end
136-
@inline __apply_termination_internalnorm(f::F, u) where {F} = f(u)
137-
138130
struct DualEltypeChecker{T, T2}
139131
x::T
140132
counter::T2

0 commit comments

Comments
 (0)