Closed
Bug 1193005
Opened 10 years ago
Closed 10 years ago
delete unused function nsRefPtr::begin_assignment
Categories
(Core :: MFBT, defect)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
822 bytes,
patch
|
erahm
:
review+
|
Details | Diff | Splinter Review |
We don't use it; the getter_AddRefs overload for nsRefPtr uses
StartAssignment, which is the same thing.
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Attachment #8645928 -
Flags: review?(erahm)
Comment 2•10 years ago
|
||
Comment on attachment 8645928 [details] [diff] [review]
delete unused function nsRefPtr::begin_assignment
Review of attachment 8645928 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #8645928 -
Flags: review?(erahm) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•