Closed
Bug 1640097
Opened 5 years ago
Closed 5 years ago
Remove unused function nsHttpHandler::Get32BitsOfPseudoRandom()
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla78
People
(Reporter: cpeterson, Assigned: cpeterson)
Details
Attachments
(1 file)
Bug 354493 moved NS_Get32BitsOfPseudoRandom() to nsHttpHandler::Get32BitsOfPseudoRandom() but also removed the callers of NS_Get32BitsOfPseudoRandom(). We can remove nsHttpHandler::Get32BitsOfPseudoRandom() because it has no callers:
https://searchfox.org/mozilla-central/search?q=Get32BitsOfPseudoRandom
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0632b73e7fd7
Remove unused function nsHttpHandler::Get32BitsOfPseudoRandom(). r=necko-reviewers,JuniorHsu
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•