get rid of few warnings
This commit is contained in:
@@ -51,7 +51,6 @@ size_t CsvReader::parseCSVFile(const std::string &filename, std::vector<ColDefNo
|
||||
}
|
||||
|
||||
if (use_threadpool) {
|
||||
//std::string csv_string(line_str);
|
||||
dispatch(tp, std::function<void()>
|
||||
([this, line_str, &cols_def, &table, &row_cnt, &row_cnt_mutex]() {
|
||||
// std::cout << "thread: " << std::this_thread::get_id() << " rownum " << row_cnt << "\n";
|
||||
|
||||
Reference in New Issue
Block a user