removed unused ZAM cast-to-any operation

This commit is contained in:
Vern Paxson 2024-09-11 16:44:43 +02:00 committed by Christian Kreibich
parent e7817b709c
commit a390b3665b
2 changed files with 1 additions and 9 deletions

View file

@ -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

View file

@ -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