aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-07-27 18:07:15 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-27 18:07:15 -0700
commit79f5f87bd5ee18b832edf81c3ee7b75f86fec194 (patch)
treea6e84c88437dbf8d399dc0d8e6fe143427722b0b /lib
parent7a7f3a2d3b9223cbac79813ed9b61aa2f7d7ee8f (diff)
downloadrails-79f5f87bd5ee18b832edf81c3ee7b75f86fec194.tar.gz
rails-79f5f87bd5ee18b832edf81c3ee7b75f86fec194.tar.bz2
rails-79f5f87bd5ee18b832edf81c3ee7b75f86fec194.zip
removing more dead code
Diffstat (limited to 'lib')
-rw-r--r--lib/arel/algebra/relations/utilities/compound.rb6
1 files changed, 0 insertions, 6 deletions
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