From a70455b9d74eba1ec2653739bcb742a3fee6d437 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 6 Aug 2010 09:18:24 -0700 Subject: removing unused code --- lib/arel/algebra/expression.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/arel') 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 -- cgit v1.2.3