diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-27 18:07:15 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-07-27 18:07:15 -0700 |
commit | 79f5f87bd5ee18b832edf81c3ee7b75f86fec194 (patch) | |
tree | a6e84c88437dbf8d399dc0d8e6fe143427722b0b /lib/arel/algebra | |
parent | 7a7f3a2d3b9223cbac79813ed9b61aa2f7d7ee8f (diff) | |
download | rails-79f5f87bd5ee18b832edf81c3ee7b75f86fec194.tar.gz rails-79f5f87bd5ee18b832edf81c3ee7b75f86fec194.tar.bz2 rails-79f5f87bd5ee18b832edf81c3ee7b75f86fec194.zip |
removing more dead code
Diffstat (limited to 'lib/arel/algebra')
-rw-r--r-- | lib/arel/algebra/relations/utilities/compound.rb | 6 |
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 |