aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/crud.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/crud.rb')
-rw-r--r--lib/arel/crud.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/arel/crud.rb b/lib/arel/crud.rb
index e8e78a381c..cc50a820e4 100644
--- a/lib/arel/crud.rb
+++ b/lib/arel/crud.rb
@@ -59,14 +59,5 @@ switch to `compile_insert`
dm
end
- def delete
- if $VERBOSE
- warn <<-eowarn
-delete (#{caller.first}) is deprecated and will be removed in Arel 4.0.0. Please
-switch to `compile_delete`
- eowarn
- end
- @engine.connection.delete compile_delete.to_sql, 'AREL'
- end
end
end