Bug 155397 - Removed variable names from default constructor declarations.
Summary: Removed variable names from default constructor declarations.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-12 13:07 PST by Konstantin Tokarev
Modified: 2016-03-12 18:39 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2016-03-12 14:57 PST, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2016-03-12 13:07:58 PST
They carry no information and generate unused variable warning with GCC 4.8 in a lot of source files.
Comment 1 Konstantin Tokarev 2016-03-12 14:57:06 PST
Created attachment 273857 [details]
Patch
Comment 2 Mark Lam 2016-03-12 17:48:19 PST
Comment on attachment 273857 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2016-03-12 18:39:30 PST
Comment on attachment 273857 [details]
Patch

Clearing flags on attachment: 273857

Committed r198076: <http://trac.webkit.org/changeset/198076>
Comment 4 WebKit Commit Bot 2016-03-12 18:39:35 PST
All reviewed patches have been landed.  Closing bug.