Bug 122975 - Eliminate emitGetJITStubArg() - dead code
Summary: Eliminate emitGetJITStubArg() - dead code
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-17 11:05 PDT by Michael Saboff
Modified: 2013-10-17 12:45 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.17 KB, patch)
2013-10-17 12:35 PDT, Geoffrey Garen
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2013-10-17 11:05:57 PDT
Defined and declared in
    Source/JavaScriptCore/jit/JIT.h
    Source/JavaScriptCore/jit/JITInlines.cpp
Comment 1 Geoffrey Garen 2013-10-17 12:35:30 PDT
Created attachment 214487 [details]
Patch
Comment 2 Mark Lam 2013-10-17 12:36:36 PDT
Comment on attachment 214487 [details]
Patch

LGTM but need a reviewer to r+.
Comment 3 Geoffrey Garen 2013-10-17 12:40:57 PDT
Committed r157590: <http://trac.webkit.org/changeset/157590>