Closed
Bug 1304802
Opened 8 years ago
Closed 8 years ago
remove unused MsgQueryElementAt() from mailnews/base/util/nsMsgUtils.h
Categories
(MailNews Core :: Composition, enhancement)
MailNews Core
Composition
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 52.0
People
(Reporter: aceman, Assigned: aceman)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
Some helpers for nsISupportsArray in nsMsgUtls.h seem unused:
class NS_MSG_BASE MsgQueryElementAt : public nsCOMPtr_helper
{
public:
MsgQueryElementAt( nsISupportsArray* anArray, uint32_t aIndex, nsresult* aErrorPtr )
inline const MsgQueryElementAt
do_QueryElementAt( nsISupportsArray* array, uint32_t aIndex, nsresult* aErrorPtr = 0 )
Attachment #8793877 -
Flags: review?(mkmelin+mozilla)
Comment 2•8 years ago
|
||
Comment on attachment 8793877 [details] [diff] [review]
patch
Review of attachment 8793877 [details] [diff] [review]:
-----------------------------------------------------------------
Thx for the cleanup! r=mkmelin
Attachment #8793877 -
Flags: review?(mkmelin+mozilla) → review+
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 52.0
You need to log in
before you can comment on or make changes to this bug.
Description
•