mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Fix an "unused value" warning.
This commit is contained in:
parent
2dc6dc8d86
commit
ad6c58ce43
1 changed files with 0 additions and 1 deletions
|
@ -3407,7 +3407,6 @@ RecordConstructorExpr::RecordConstructorExpr(ListExpr* constructor_list)
|
||||||
loop_over_list(exprs, i)
|
loop_over_list(exprs, i)
|
||||||
{
|
{
|
||||||
Expr* e = exprs[i];
|
Expr* e = exprs[i];
|
||||||
BroType* t = e->Type();
|
|
||||||
|
|
||||||
if ( e->Tag() != EXPR_FIELD_ASSIGN )
|
if ( e->Tag() != EXPR_FIELD_ASSIGN )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue