mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
removed unused ZAM cast-to-any operation
This commit is contained in:
parent
e7817b709c
commit
a390b3665b
2 changed files with 1 additions and 9 deletions
|
@ -164,14 +164,6 @@ macro EvalCast(lhs, rhs)
|
|||
else
|
||||
ERROR(error.c_str());
|
||||
|
||||
# Cast an "any" type to the given type. Only needed for type-based switch
|
||||
# statements.
|
||||
internal-op Cast-Any
|
||||
class VV
|
||||
op-types X a
|
||||
eval ValPtr rhs = {NewRef{}, $1};
|
||||
EvalCast($$, rhs)
|
||||
|
||||
direct-unary-op Is Is
|
||||
|
||||
internal-op Is
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
1237 valid, 1860 tested, 426 skipped
|
||||
1236 valid, 1859 tested, 425 skipped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue