removed unused code
This commit is contained in:
@@ -267,7 +267,6 @@ result_t MappedFileReader::addFromFile(vector<string>& row, string& errorDescrip
|
|||||||
}
|
}
|
||||||
map<string, string> rowMapped;
|
map<string, string> rowMapped;
|
||||||
vector< map<string, string> > subRowsMapped;
|
vector< map<string, string> > subRowsMapped;
|
||||||
vector<string>::iterator it = row.begin();
|
|
||||||
bool isDefault = m_supportsDefaults && !row[0].empty() && row[0][0] == '*';
|
bool isDefault = m_supportsDefaults && !row[0].empty() && row[0][0] == '*';
|
||||||
if (isDefault) {
|
if (isDefault) {
|
||||||
row[0] = row[0].substr(1);
|
row[0] = row[0].substr(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user