Remove unused expression type tag: EXPR_MATCH

This commit is contained in:
Jon Siwek 2019-07-18 19:44:31 -07:00
parent 794748dda8
commit 12b65be771
4 changed files with 8 additions and 3 deletions

View file

@ -27,7 +27,7 @@ const char* expr_name(BroExprTag t)
"&", "|", "^",
"&&", "||",
"<", "<=", "==", "!=", ">=", ">", "?:", "ref",
"=", "~", "[]", "$", "?$", "[=]",
"=", "[]", "$", "?$", "[=]",
"table()", "set()", "vector()",
"$=", "in", "<<>>",
"()", "event", "schedule",