Closed
Bug 154280
Opened 22 years ago
Closed 22 years ago
remove operators from nsISupportsArray
Categories
(Core :: XPCOM, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla1.1beta
People
(Reporter: alecf, Assigned: alecf)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dougt
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
I've been meaning to do this for ages, because its been sitting in my tree -
currently there are 3 operators for nsISupportsArray that are unimplemented (at
least I #if 0'ed them out about 3 years ago when I IDLized nsISupportsArray)
Patch coming up just removes the declarations and the #if 0'ed code. We know
that nobody is using them because the are unimplemented in xpcom.dll and thus
we'd probably get a pure virtual function call declaration if anyone ever called
them.
Assignee | ||
Comment 1•22 years ago
|
||
Again, nothing special just removing dead stuff.
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla1.1beta
Comment 2•22 years ago
|
||
Comment on attachment 89189 [details] [diff] [review]
remove dead operators
r=dougt
make sure that commerical still builds
Attachment #89189 -
Flags: review+
Comment 3•22 years ago
|
||
Comment on attachment 89189 [details] [diff] [review]
remove dead operators
sr=dveditz
Attachment #89189 -
Flags: superreview+
Assignee | ||
Comment 4•22 years ago
|
||
fix is in
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•