Ignore:
Timestamp:
May 12, 2010, 7:25:59 PM (15 years ago)
Author:
[email protected]
Message:

2010-05-12 Caio Marcelo de Oliveira Filho <[email protected]>

Reviewed by Eric Seidel.

JavaScriptCore: fix build when some optimizations are disabled
https://bugs.webkit.org/show_bug.cgi?id=38800

Remove outdated UNUSED_PARAMs when using JIT but with
ENABLE_JIT_OPTIMIZE_CALL and ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS
disabled.

  • jit/JITOpcodes.cpp:
  • jit/JITOpcodes32_64.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/JITOpcodes.cpp

    r59065 r59334  
    463463#if ENABLE(JIT_OPTIMIZE_PROPERTY_ACCESS)
    464464    trampolines->ctiStringLengthTrampoline = trampolineAt(finalCode, stringLengthBegin);
    465 #else
    466     UNUSED_PARAM(ctiStringLengthTrampoline);
    467465#endif
    468466}
Note: See TracChangeset for help on using the changeset viewer.