Fix an "unused value" warning.

This commit is contained in:
Jon Siwek 2014-05-27 09:30:17 -05:00
parent 2dc6dc8d86
commit ad6c58ce43

View file

@ -3407,7 +3407,6 @@ RecordConstructorExpr::RecordConstructorExpr(ListExpr* constructor_list)
loop_over_list(exprs, i)
{
Expr* e = exprs[i];
BroType* t = e->Type();
if ( e->Tag() != EXPR_FIELD_ASSIGN )
{