Skip to content

Commit bfbd6bb

Browse files
committed
Remove nonexistent variable
1 parent 5df650b commit bfbd6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csv/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def each_line(row_separator)
101101
position = @scanner.pos
102102
offset = 0
103103
n_row_separator_chars = row_separator.size
104-
# trace(__method__, :start, line, input)
104+
# trace(__method__, :start, input)
105105
while true
106106
input.each_line(row_separator) do |line|
107107
@scanner.pos += line.bytesize

0 commit comments

Comments
 (0)