mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +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
|
@ -28,7 +28,6 @@ typedef enum {
|
|||
EXPR_COND,
|
||||
EXPR_REF,
|
||||
EXPR_ASSIGN,
|
||||
EXPR_MATCH,
|
||||
EXPR_INDEX,
|
||||
EXPR_FIELD, EXPR_HAS_FIELD,
|
||||
EXPR_RECORD_CONSTRUCTOR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue