From 71e0cf6d062f58f3349be53a7ac8421e2c3f488f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 6 Aug 2010 10:16:12 -0700 Subject: removing unused code --- lib/arel/engines/memory/relations/array.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/arel/engines') diff --git a/lib/arel/engines/memory/relations/array.rb b/lib/arel/engines/memory/relations/array.rb index 7f881dd849..028f5c0269 100644 --- a/lib/arel/engines/memory/relations/array.rb +++ b/lib/arel/engines/memory/relations/array.rb @@ -12,13 +12,6 @@ module Arel @attributes = nil end - def == other - super || - Array === other && - array == other.array && - attribute_names_and_types == other.attribute_names_and_types - end - def engine @engine ||= Memory::Engine.new end -- cgit v1.2.3