Closed
Bug 1328370
Opened 7 years ago
Closed 7 years ago
remove GeckoSampler::mPrimaryThreadProfile
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
3.12 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
The only interesting setter of this field is GeckoSampler::GetPrimaryThreadProfile, which is unused. Once that function is removed, mPrimaryThreadProfile is set to null in GeckoSampler's constructor and never changed or referenced.
![]() |
Assignee | |
Comment 1•7 years ago
|
||
Attachment #8823397 -
Flags: review?(mstange)
Updated•7 years ago
|
Attachment #8823397 -
Flags: review?(mstange) → review+
Pushed by nfroyd@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/faffd8c889bd remove GeckoSampler::mPrimaryThreadProfile; r=mstange
Comment 3•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/faffd8c889bd
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•