mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Deprecations: Update NEWS, and tie up a few loose ends.
Broccoli was still present in the source in a few places, debug outputs that do no longer exist were too. Part of GH-243
This commit is contained in:
parent
ed644e39a0
commit
72ec093d56
7 changed files with 54 additions and 31 deletions
|
@ -556,8 +556,7 @@ bool Attributes::DoSerialize(SerialInfo* info) const
|
|||
{
|
||||
Attr* a = (*attrs)[i];
|
||||
|
||||
// Broccoli doesn't support expressions.
|
||||
Expr* e = (! info->broccoli_peer) ? a->AttrExpr() : 0;
|
||||
Expr* e = a->AttrExpr();
|
||||
SERIALIZE_OPTIONAL(e);
|
||||
|
||||
if ( ! SERIALIZE(char(a->Tag())) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue