aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/operations/where.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/algebra/relations/operations/where.rb')
-rw-r--r--lib/arel/algebra/relations/operations/where.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/arel/algebra/relations/operations/where.rb b/lib/arel/algebra/relations/operations/where.rb
index 3b70b49f3a..d851aebc44 100644
--- a/lib/arel/algebra/relations/operations/where.rb
+++ b/lib/arel/algebra/relations/operations/where.rb
@@ -12,13 +12,6 @@ module Arel
@wheres ||= relation.wheres + predicates
end
- def == other
- super ||
- Where === other &&
- relation == other.relation &&
- predicates == other.predicates
- end
-
def engine
engine = relation.engine