Bug 122009 - Remove unused method parameters from TupleCoder
Summary: Remove unused method parameters from TupleCoder
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Peter Gal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 02:04 PDT by Peter Gal
Modified: 2013-09-27 09:11 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch (1.40 KB, patch)
2013-09-27 02:05 PDT, Peter Gal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gal 2013-09-27 02:04:37 PDT
In case of TupleCoder<0, Elements...> the parameter names for encoder, decoder and tuple are not used. It can be removed thus eliminating a lot of unused parameter warnings.
Comment 1 Peter Gal 2013-09-27 02:05:50 PDT
Created attachment 212792 [details]
proposed patch
Comment 2 WebKit Commit Bot 2013-09-27 09:11:12 PDT
Comment on attachment 212792 [details]
proposed patch

Clearing flags on attachment: 212792

Committed r156547: <http://trac.webkit.org/changeset/156547>
Comment 3 WebKit Commit Bot 2013-09-27 09:11:14 PDT
All reviewed patches have been landed.  Closing bug.