Closed
Bug 1792579
Opened 2 years ago
Closed 2 years ago
Copy NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY to nsAbUtils.h
Categories
(Thunderbird :: Upstream Synchronization, task)
Thunderbird
Upstream Synchronization
Tracking
(thunderbird_esr102 unaffected)
RESOLVED
FIXED
107 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: mccr8, Assigned: darktrojan)
References
Details
Attachments
(1 file)
In bug 1792574, I'm going to delete the definition of the various NS_FREE macros from nsMemory.h, including NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY. It is used in mailnews/addrbook/src/nsAbUtils.h and nowhere else, so that and NS_FREE_XPCOM_POINTER_ARRAY the macro it uses could be copied to that header or something.
Assignee | ||
Comment 1•2 years ago
|
||
I think we might be able to just throw away the code that uses it.
Assignee | ||
Comment 2•2 years ago
|
||
These classes aren't used any more.
Updated•2 years ago
|
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/cbce22f9393d
Remove unused nsAbUtils.h. r=aleca
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•2 years ago
|
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•