aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-08-06 09:18:24 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-08-06 09:18:24 -0700
commita70455b9d74eba1ec2653739bcb742a3fee6d437 (patch)
tree7e391d0b6767a49010362cb3405332574661ec11 /lib/arel
parentf9e2a2eb44477f2a966310cd2cb37bf744476fb1 (diff)
downloadrails-a70455b9d74eba1ec2653739bcb742a3fee6d437.tar.gz
rails-a70455b9d74eba1ec2653739bcb742a3fee6d437.tar.bz2
rails-a70455b9d74eba1ec2653739bcb742a3fee6d437.zip
removing unused code
Diffstat (limited to 'lib/arel')
-rw-r--r--lib/arel/algebra/expression.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arel/algebra/expression.rb b/lib/arel/algebra/expression.rb
index f7ba57a757..32cf4f12c9 100644
--- a/lib/arel/algebra/expression.rb
+++ b/lib/arel/algebra/expression.rb
@@ -8,10 +8,6 @@ module Arel
@attribute = attribute
end
- def == other
- super && Expression === other && attribute == other.attribute
- end
-
def aggregation?
true
end