Skip to content

Commit

Permalink
Bug 1619001 - Part 9: Remove unnecessary friend class declaration fro…
Browse files Browse the repository at this point in the history
…m TraceListNode. r=mgaudet

Differential Revision: https://phabricator.services.mozilla.com/D65975

--HG--
extra : moz-landing-system : lando
  • Loading branch information
anba committed Mar 10, 2020
1 parent e55062c commit a10a861
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/src/frontend/ParseNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -2287,8 +2287,6 @@ inline bool ParseNode::isConstant() {
}

class TraceListNode {
friend class ParserSharedBase;

protected:
js::gc::Cell* gcThing;
TraceListNode* traceLink;
Expand Down

0 comments on commit a10a861

Please sign in to comment.