Ignore:
Timestamp:
Nov 15, 2008, 2:36:08 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-15 Sam Weinig <[email protected]>

Reviewed by Geoffrey Garen.

Remove dead method declaration.

  • bytecompiler/CodeGenerator.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecompiler/CodeGenerator.h

    r38430 r38431  
    396396        unsigned addUnexpectedConstant(JSValue*);
    397397        unsigned addRegExp(RegExp*);
    398         StructureID* addStructureID();
    399398
    400399        Vector<Instruction>& instructions() { return m_codeBlock->instructions; }
Note: See TracChangeset for help on using the changeset viewer.