aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/arel/algebra/predicates.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arel/algebra/predicates.rb b/lib/arel/algebra/predicates.rb
index f7c6ee599f..e98e152dbd 100644
--- a/lib/arel/algebra/predicates.rb
+++ b/lib/arel/algebra/predicates.rb
@@ -42,10 +42,6 @@ module Arel
)
end
- def ==(other)
- super || children == other.children
- end
-
def bind(relation)
self.class.new(
*predicates.map {|p| p.find_correlate_in(relation)}