Bug 134493 - Remove unnecessary calls to std::move()
Summary: Remove unnecessary calls to std::move()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-01 10:14 PDT by Daniel Bates
Modified: 2014-07-01 10:50 PDT (History)
17 users (show)

See Also:


Attachments
Patch (10.77 KB, patch)
2014-07-01 10:43 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2014-07-01 10:14:23 PDT
It's unnecessary to call std::move() on an rvalue. We should remove such extraneous usage.
Comment 1 Daniel Bates 2014-07-01 10:43:25 PDT
Created attachment 234172 [details]
Patch
Comment 2 Daniel Bates 2014-07-01 10:50:18 PDT
Comment on attachment 234172 [details]
Patch

Clearing flags on attachment: 234172

Committed r170650: <http://trac.webkit.org/changeset/170650>
Comment 3 Daniel Bates 2014-07-01 10:50:24 PDT
All reviewed patches have been landed.  Closing bug.