removed unused code

This commit is contained in:
john30
2017-04-23 11:41:15 +02:00
parent 40609fee40
commit 3cb9453329
-1
View File
@@ -267,7 +267,6 @@ result_t MappedFileReader::addFromFile(vector<string>& row, string& errorDescrip
}
map<string, string> rowMapped;
vector< map<string, string> > subRowsMapped;
vector<string>::iterator it = row.begin();
bool isDefault = m_supportsDefaults && !row[0].empty() && row[0][0] == '*';
if (isDefault) {
row[0] = row[0].substr(1);