aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-07-28 14:48:22 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-28 14:55:00 -0700
commitf97b8d5b9df6b1f496fce1170e4331746b37662f (patch)
treec84cfcffa694aef0ccfde0af92cb08e929a33fce /lib/arel
parent58c7733bf7c5c4d3559cd9bf8f99153cb1e36b49 (diff)
downloadrails-f97b8d5b9df6b1f496fce1170e4331746b37662f.tar.gz
rails-f97b8d5b9df6b1f496fce1170e4331746b37662f.tar.bz2
rails-f97b8d5b9df6b1f496fce1170e4331746b37662f.zip
no code is faster than no code
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