From 79f5f87bd5ee18b832edf81c3ee7b75f86fec194 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 27 Jul 2010 18:07:15 -0700 Subject: removing more dead code --- lib/arel/algebra/relations/utilities/compound.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib') diff --git a/lib/arel/algebra/relations/utilities/compound.rb b/lib/arel/algebra/relations/utilities/compound.rb index dbd9af9d3d..ab66c72e5e 100644 --- a/lib/arel/algebra/relations/utilities/compound.rb +++ b/lib/arel/algebra/relations/utilities/compound.rb @@ -40,11 +40,5 @@ module Arel def engine relation.engine end - - private - - def arguments_from_block(relation) - block_given?? [yield(relation)] : [] - end end end -- cgit v1.2.3