Skip to content

Commit

Permalink
Remove deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jul 19, 2023
1 parent 014f57e commit 3a38f69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/deprecations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ function SubdivisionOfPoints{T}(obj::Polymake.BigObject) where T<:scalar_types
return SubdivisionOfPoints{T}(obj, _detect_default_field(T, obj))
end

@deprecate is_skewsymmetric_matrix(B::MatElem{T}) where T <: RingElem is_alternating(B)
@alias isskewsymmetric_matrix is_skewsymmetric_matrix

@deprecate is_hermitian_matrix(B::MatElem{T}) where T <: FinFieldElem is_hermitian(B)
@alias ishermitian_matrix is_hermitian_matrix

Expand Down

0 comments on commit 3a38f69

Please sign in to comment.