Closed Bug 1113463 Opened 10 years ago Closed 10 years ago

GC more dead IPC ParamTraits instances

Categories

(Core :: IPC, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla37

People

(Reporter: jld, Assigned: jld)

Details

Attachments

(1 file)

A bunch of the ParamTraits<> specializations in ipc_message_utils.h aren't actually used by any of the code we build and can be deleted.  I'll attach my patch once the latest revision passes Try.
rs=me on removing any dead code from ipc/chromium!
This patch is the union of patches that have passed try separately, so this try run of the combined patch will hopefully pass: https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=8d8ea0d1e02a

Notes:
* std::{string,map} are used by mozilla::layers::APZTestData (and possibly other things)
* std::wstring is used by ipc/glue/Transport_win.h (and possibly other things, but maybe only on Windows?)
Comment on attachment 8538970 [details] [diff] [review]
bug1113463-param-traits-gc-hg1.diff

Reflecting rs=bent from comment #1.
Attachment #8538970 - Flags: review+
https://hg.mozilla.org/mozilla-central/rev/d8af69e0a429
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: