Ignore:
Timestamp:
Sep 19, 2013, 12:07:32 AM (12 years ago)
Author:
[email protected]
Message:

Remove names of unused arguments from the x86/x86-64 function prototype
for JIT::emitSlow_op_mod()

Rubber-stamped by Ryosuke Niwa.

  • jit/JITArithmetic.cpp:

(JSC::JIT::emitSlow_op_mod):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JITArithmetic.cpp

    r155418 r156085  
    712712}
    713713
    714 void JIT::emitSlow_op_mod(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
     714void JIT::emitSlow_op_mod(Instruction*, Vector<SlowCaseEntry>::iterator&)
    715715{
    716716    RELEASE_ASSERT_NOT_REACHED();
Note: See TracChangeset for help on using the changeset viewer.