mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Remove unused expression type tag: EXPR_MATCH
This commit is contained in:
parent
794748dda8
commit
12b65be771
4 changed files with 8 additions and 3 deletions
|
@ -27,7 +27,7 @@ const char* expr_name(BroExprTag t)
|
|||
"&", "|", "^",
|
||||
"&&", "||",
|
||||
"<", "<=", "==", "!=", ">=", ">", "?:", "ref",
|
||||
"=", "~", "[]", "$", "?$", "[=]",
|
||||
"=", "[]", "$", "?$", "[=]",
|
||||
"table()", "set()", "vector()",
|
||||
"$=", "in", "<<>>",
|
||||
"()", "event", "schedule",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue