Skip to content

Commit 012a912

Browse files
authored
Merge pull request #118 from ararslan/aa/no-predicate
Remove Base.Predicate
2 parents 39b006f + 53d62ad commit 012a912

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mapreduce.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ for (fn, fr) in ((:any, :|),
141141
(:count, :+))
142142
@eval begin
143143
(Base.$fn)(f::typeof(identity), d::DArray) = mapreduce(f, $fr, d)
144-
(Base.$fn)(f::Base.Predicate{1}, d::DArray) = mapreduce(f, $fr, d)
145144
(Base.$fn)(f::Callable, d::DArray) = mapreduce(f, $fr, d)
146145
end
147146
end

0 commit comments

Comments
 (0)