Skip to content

Commit e001276

Browse files
committed
csv_parser options
1 parent 112d224 commit e001276

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/jsoncons_ext/csv/csv_parser.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ class basic_csv_parser : public ser_context
750750
header_line_ = 1;
751751
m_columns_filter_.reset();
752752
stack_.clear();
753-
auto start = column_names_.begin() + min_column_names_;
754753
column_names_.erase(column_names_.begin() + min_column_names_, column_names_.end());
755754
state_stack_.clear();
756755
buffer_.clear();

0 commit comments

Comments
 (0)