Ignore:
Timestamp:
Aug 29, 2013, 1:30:05 PM (12 years ago)
Author:
[email protected]
Message:

Kill code that became dead after http://trac.webkit.org/changeset/154833

Rubber stamped by Oliver Hunt.

  • dfg/DFGDriver.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGDriver.h

    r154833 r154838  
    4444JS_EXPORT_PRIVATE unsigned getNumCompilations();
    4545
    46 #if ENABLE(DFG_JIT)
    47 CompilationResult tryCompile(ExecState*, CodeBlock*, unsigned osrEntryBytecodeIndex, PassRefPtr<DeferredCompilationCallback>, Worklist*);
    48 #else
    49 inline CompilationResult tryCompile(ExecState*, CodeBlock*, unsigned, PassRefPtr<DeferredCompilationCallback>, Worklist*) { return CompilationFailed; }
    50 #endif
    51 
    5246// If the worklist is non-null, we do a concurrent compile. Otherwise we do a synchronous
    5347// compile. Even if we do a synchronous compile, we call the callback with the result.
Note: See TracChangeset for help on using the changeset viewer.