remove unused variable [skip ci]

This commit is contained in:
Dane Springmeyer 2015-10-23 12:05:56 -07:00
parent 646bcbcbd9
commit 35dccd4653

View file

@ -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);