Closed
Bug 1397928
Opened 8 years ago
Closed 8 years ago
Remove some unused type declarations from IPC process_util
Categories
(Core :: IPC, enhancement, P3)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: jld, Assigned: jld)
Details
Attachments
(1 file)
I ran across some type declarations in process_util{.h,_linux.cc} that are no longer used; we might as well delete them.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8905695 [details]
Bug 1397928 - Remove some unused type definitions from process_util.
https://reviewboard.mozilla.org/r/177492/#review186714
::: ipc/chromium/src/base/process_util.h:44
(Diff revision 1)
> typedef PROCESSENTRY32 ProcessEntry;
> typedef IO_COUNTERS IoCounters;
Could we get rid of these too? Seems like they're also unused.
Attachment #8905695 -
Flags: review?(wmccloskey) → review+
![]() |
||
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Comment 3•8 years ago
|
||
(In reply to Bill McCloskey (:billm) from comment #2)
> Could we get rid of these too? Seems like they're also unused.
Nice catch. They do seem to be unused, but I'll re-Try to make sure.
Comment hidden (mozreview-request) |
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3c883feee819
Remove some unused type definitions from process_util. r=billm
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•8 years ago
|
status-firefox57:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•