Commit 4cb1426d 4cb1426d4874c84fbb8002cc2cf1533156382054 by Sergey Poznyakoff

(i_octet_regex): Removed misleading comment.

1 parent 72a838b1
......@@ -339,7 +339,6 @@ i_octet_matches (const char *pattern, const char *text)
return fnmatch (pattern, text, 0) == 0;
}
/* FIXME */
static int
i_octet_regex (const char *pattern, const char *text)
{
......