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:
Johanna Amann 2019-05-06 10:57:24 -07:00
parent ed644e39a0
commit 72ec093d56
7 changed files with 54 additions and 31 deletions

View file

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