aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/engines')
-rw-r--r--lib/arel/engines/memory/relations/array.rb7
1 files changed, 0 insertions, 7 deletions
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