Skip to content

Commit 89f7042

Browse files
authored
delete unused constant (#2)
1 parent bb68435 commit 89f7042

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ZeroDimensionalArrays.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ const ZeroDimensionalArray = Union{
3535
ZeroDimensionalArrayMutableConstField,
3636
}
3737

38-
const ZeroDimensionalArrayConstructorFunction = Union{
39-
typeof(new_zero_dimensional_array_immutable),
40-
typeof(new_zero_dimensional_array_mutable),
41-
typeof(new_zero_dimensional_array_mutable_const_field),
42-
}
43-
4438
function type_to_constructor_function(::Type{T}) where {T <: ZeroDimensionalArray}
4539
if T <: ZeroDimensionalArrayImmutable
4640
new_zero_dimensional_array_immutable

0 commit comments

Comments
 (0)