Changeset 38287 in webkit for trunk/JavaScriptCore/VM/CodeBlock.h


Ignore:
Timestamp:
Nov 10, 2008, 9:22:55 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-10 Cameron Zwarich <[email protected]>

Reviewed by Sam Weinig.

Remove the unused labels member variable of CodeBlock.

  • VM/CodeBlock.h:
  • VM/LabelID.h: (JSC::LabelID::setLocation):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/CodeBlock.h

    r38249 r38287  
    358358        Vector<SimpleJumpTable> characterSwitchJumpTables;
    359359        Vector<StringJumpTable> stringSwitchJumpTables;
    360        
    361         HashSet<unsigned, DefaultHash<unsigned>::Hash, WTF::UnsignedWithZeroKeyHashTraits<unsigned> > labels;
    362360
    363361#if ENABLE(CTI)
Note: See TracChangeset for help on using the changeset viewer.