diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-28 14:48:22 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-28 14:55:00 -0700 |
commit | f97b8d5b9df6b1f496fce1170e4331746b37662f (patch) | |
tree | c84cfcffa694aef0ccfde0af92cb08e929a33fce /lib | |
parent | 58c7733bf7c5c4d3559cd9bf8f99153cb1e36b49 (diff) | |
download | rails-f97b8d5b9df6b1f496fce1170e4331746b37662f.tar.gz rails-f97b8d5b9df6b1f496fce1170e4331746b37662f.tar.bz2 rails-f97b8d5b9df6b1f496fce1170e4331746b37662f.zip |
no code is faster than no code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/arel/algebra/relations/utilities/compound.rb | 9 |
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 |