mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
removing dead code
This commit is contained in:
parent
1df650eb0d
commit
a3e419fee0
1 changed files with 1 additions and 6 deletions
|
@ -1858,13 +1858,8 @@ BroType* merge_types(const BroType* t1, const BroType* t2)
|
|||
|
||||
if ( t1->IsSet() )
|
||||
return new SetType(tl3, 0);
|
||||
else if ( tg1 == TYPE_TABLE )
|
||||
return new TableType(tl3, y3);
|
||||
else
|
||||
{
|
||||
reporter->InternalError("bad tag in merge_types");
|
||||
return 0;
|
||||
}
|
||||
return new TableType(tl3, y3);
|
||||
}
|
||||
|
||||
case TYPE_FUNC:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue