Skip to content

Commit 10d032f

Browse files
committed
Delete deprecated definitions that are problematic on 0.7
1 parent 2259a00 commit 10d032f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/deprecations.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ const UF = (N0f8, N6f10, N4f12, N2f14, N0f16)
2828
@deprecate ufixed14(x) N2f14(x)
2929
@deprecate ufixed16(x) N0f16(x)
3030

31-
Compat.@dep_vectorize_1arg Real ufixed8
32-
Compat.@dep_vectorize_1arg Real ufixed10
33-
Compat.@dep_vectorize_1arg Real ufixed12
34-
Compat.@dep_vectorize_1arg Real ufixed14
35-
Compat.@dep_vectorize_1arg Real ufixed16
36-
3731
## The next lines mimic the floating-point literal syntax "3.2f0"
3832
# construction using a UInt, i.e., 0xccuf8
3933
struct NormedConstructor{T,f} end

0 commit comments

Comments
 (0)