From f97b8d5b9df6b1f496fce1170e4331746b37662f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 28 Jul 2010 14:48:22 -0700 Subject: no code is faster than no code --- lib/arel/algebra/relations/utilities/compound.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3