summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/csv/parser.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/csv/parser.rb b/lib/csv/parser.rb
index afb3131cd5..1f8b150e19 100644
--- a/lib/csv/parser.rb
+++ b/lib/csv/parser.rb
@@ -485,7 +485,6 @@ class CSV
message = ":quote_char has to be nil or a single character String"
raise ArgumentError, message
end
- @double_quote_character = @quote_character * 2
@escaped_quote_character = Regexp.escape(@quote_character)
@escaped_quote = Regexp.new(@escaped_quote_character)
end