Remove superfluous comment

RegexMatch already has a doc comment in the header.
This commit is contained in:
Kim Gräsman 2022-10-09 20:44:44 +02:00
parent 6fb66575fb
commit fb4093be77
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ bool ParseRegexDialect(const char* str, RegexDialect* dialect) {
return false;
}
// Returns true if str matches regular expression pattern for the given dialect.
bool RegexMatch(RegexDialect dialect, const std::string& str,
const std::string& pattern) {
switch (dialect) {