Skip to content

Commit 2c8f7c6

Browse files
drop isdisk definition on AbstractDiskArray (#225)
1 parent 5fb7d62 commit 2c8f7c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diskarray.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Return `true` if `a` is a `AbstractDiskArray` or follows
1414
the DiskArrays.jl interface via macros. Otherwise `false`.
1515
"""
1616
isdisk(a::AbstractArray) = isdisk(typeof(a))
17-
isdisk(::Type{<:AbstractDiskArray}) = true
1817
isdisk(::Type{<:AbstractArray}) = false
1918

2019
"""

0 commit comments

Comments
 (0)