aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/sql_literal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/sql_literal.rb')
-rw-r--r--lib/arel/sql_literal.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arel/sql_literal.rb b/lib/arel/sql_literal.rb
index f844ea62ce..5cb4973117 100644
--- a/lib/arel/sql_literal.rb
+++ b/lib/arel/sql_literal.rb
@@ -1,8 +1,4 @@
module Arel
class SqlLiteral < Nodes::SqlLiteral
- def initialize string
- warn "#{caller.first} should use Nodes::SqlLiteral"
- super
- end
end
end