Bug 148469 - Remove the unused *Executable::unlinkCalls() and CodeBlock::unlinkCalls()
Summary: Remove the unused *Executable::unlinkCalls() and CodeBlock::unlinkCalls()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 01:22 PDT by Sukolsak Sakshuwong
Modified: 2015-08-26 11:34 PDT (History)
9 users (show)

See Also:


Attachments
Patch (6.21 KB, patch)
2015-08-26 01:27 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sukolsak Sakshuwong 2015-08-26 01:22:05 PDT
*Executable::unlinkCalls() and CodeBlock::unlinkCalls() are no longer used. We use CodeBlock::unlinkIncomingCalls() to unlink calls.
Comment 1 Sukolsak Sakshuwong 2015-08-26 01:27:16 PDT
Created attachment 259939 [details]
Patch
Comment 2 Geoffrey Garen 2015-08-26 10:47:18 PDT
Comment on attachment 259939 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-08-26 11:34:54 PDT
Comment on attachment 259939 [details]
Patch

Clearing flags on attachment: 259939

Committed r188972: <http://trac.webkit.org/changeset/188972>
Comment 4 WebKit Commit Bot 2015-08-26 11:34:57 PDT
All reviewed patches have been landed.  Closing bug.