remove unused variable [skip ci]
This commit is contained in:
parent
646bcbcbd9
commit
35dccd4653
1 changed files with 0 additions and 1 deletions
|
@ -352,7 +352,6 @@ void csv_datasource::parse_csv(T & stream)
|
|||
}
|
||||
if (++feature_count != 1) continue;
|
||||
auto beg = values.begin();
|
||||
auto end = values.end();
|
||||
for (std::size_t i = 0; i < num_headers; ++i)
|
||||
{
|
||||
std::string const& header = headers_.at(i);
|
||||
|
|
Loading…
Reference in a new issue