Code cosmetics

This commit is contained in:
Felipe Zimmerle
2015-11-18 12:59:08 -03:00
parent 3c45a57130
commit de79848285
11 changed files with 37 additions and 32 deletions

View File

@@ -132,9 +132,7 @@ void Collections::resolveSingleMatch(const std::string& var,
try {
this->at(collection)->resolveSingleMatch(var, l);
} catch (...) {
}
} catch (...) { }
}
void Collections::resolveMultiMatches(const std::string& var,
@@ -149,9 +147,7 @@ void Collections::resolveMultiMatches(const std::string& var,
std::vector<const transaction::Variable *> *l) {
try {
this->at(collection)->resolveMultiMatches(var, l);
} catch (...) {
}
} catch (...) { }
}
void Collections::resolveRegularExpression(const std::string& var,
@@ -166,9 +162,7 @@ void Collections::resolveRegularExpression(const std::string& var,
try {
this->at(collection)->resolveRegularExpression(var, l);
} catch (...) {
}
} catch (...) { }
}
} // namespace transaction