aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel')
-rw-r--r--lib/arel/algebra/relations/utilities/compound.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/arel/algebra/relations/utilities/compound.rb b/lib/arel/algebra/relations/utilities/compound.rb
index ab66c72e5e..451097b551 100644
--- a/lib/arel/algebra/relations/utilities/compound.rb
+++ b/lib/arel/algebra/relations/utilities/compound.rb
@@ -28,15 +28,6 @@ module Arel
relation.call.collect { |row| row.bind(self) }
end
- # FIXME: remove this. :'(
- def hash
- @hash ||= :relation.hash
- end
-
- def eql?(other)
- self == other
- end
-
def engine
relation.engine
end