⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243236 in webkit


Ignore:
Timestamp:
Mar 20, 2019, 1:37:01 PM (7 years ago)
Author:
rmorisset@apple.com
Message:

DFGNodeAllocator.h is dead code
https://bugs.webkit.org/show_bug.cgi?id=196019

Reviewed by Yusuke Suzuki.

As explained by Yusuke on IRC, the comment on DFG::Node saying that it cannot have a destructor is obsolete since https://trac.webkit.org/changeset/216815/webkit.
This patch removes both the comment and DFGNodeAllocator.h that that patch forgot to remove.

  • dfg/DFGNode.h:

(JSC::DFG::Node::dumpChildren):

  • dfg/DFGNodeAllocator.h: Removed.
Location:
trunk/Source/JavaScriptCore
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r243232 r243236  
     12019-03-20  Robin Morisset  <rmorisset@apple.com>
     2
     3        DFGNodeAllocator.h is dead code
     4        https://bugs.webkit.org/show_bug.cgi?id=196019
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        As explained by Yusuke on IRC, the comment on DFG::Node saying that it cannot have a destructor is obsolete since https://trac.webkit.org/changeset/216815/webkit.
     9        This patch removes both the comment and DFGNodeAllocator.h that that patch forgot to remove.
     10
     11        * dfg/DFGNode.h:
     12        (JSC::DFG::Node::dumpChildren):
     13        * dfg/DFGNodeAllocator.h: Removed.
     14
    1152019-03-20  Robin Morisset  <rmorisset@apple.com>
    216
  • trunk/Source/JavaScriptCore/dfg/DFGNode.h

    r242812 r243236  
    28882888        out.printf(", @%u", child3()->index());
    28892889    }
    2890    
    2891     // NB. This class must have a trivial destructor.
    28922890
    28932891    NodeOrigin origin;
Note: See TracChangeset for help on using the changeset viewer.