aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/utilities/compound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/algebra/relations/utilities/compound.rb')
-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