From 298629cefd845caf2cea28eb9cee2b538accc4ee Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sun, 30 Sep 2018 16:41:43 +0900 Subject: `SQLString#compile` is no longer used since 53521a9e39b9d8af4165d7703c36dc905f1f8f67 --- activerecord/lib/arel/collectors/sql_string.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activerecord/lib/arel') diff --git a/activerecord/lib/arel/collectors/sql_string.rb b/activerecord/lib/arel/collectors/sql_string.rb index c293a89a74..54e1e562c2 100644 --- a/activerecord/lib/arel/collectors/sql_string.rb +++ b/activerecord/lib/arel/collectors/sql_string.rb @@ -15,10 +15,6 @@ module Arel # :nodoc: all @bind_index += 1 self end - - def compile(bvs) - value - end end end end -- cgit v1.2.3