Closed
Bug 1827291
Opened 3 years ago
Closed 3 years ago
Remove unused NewNamedTimerCallback() function from APZThreadUtils.h
Categories
(Core :: Panning and Zooming, task, P3)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: botond, Assigned: botond)
Details
Attachments
(1 file)
NewNamedTimerCallback and the helper classes used to implement it don't have any uses in the tree.
I think they may never have been used in the first place (they were added in bug 1348221 with the intention to use it in bug 1348738 but that didn't end up happening), though it's possible some other use may have been added and since removed that I'm overlooking.
In any case, I'm going to remove it in this bug.
| Assignee | ||
Updated•3 years ago
|
Summary: Removed unused NewNamedTimerCallback() function from APZThreadUtils.h → Remove unused NewNamedTimerCallback() function from APZThreadUtils.h
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6ef82f941658
Remove unused NewNamedTimerCallback() function from APZThreadUtils.h. r=dlrobertson
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•