Closed
Bug 794558
Opened 12 years ago
Closed 12 years ago
Remove 2 unused vars in mailnews/base/src
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 18.0
People
(Reporter: stefanh, Assigned: stefanh)
Details
Attachments
(1 file)
2.69 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
/Users/stefan/Moz/comm-central/mailnews/base/src/nsMessengerOSXIntegration.mm:66:25: warning:
unused variable 'MsgDockCountsLogModule' [-Wunused-variable]
static PRLogModuleInfo *MsgDockCountsLogModule = nullptr;
/Users/stefan/Moz/comm-central/mailnews/base/src/nsMsgStatusFeedback.cpp:33:12: warning:
unused variable 'rv' [-Wunused-variable]
nsresult rv;
Re nsMessengerOSXIntegration.mm: Seems you added logging in http://hg.mozilla.org/comm-central/rev/2acf5df83607 which wasn't 100% removed later on (http://hg.mozilla.org/comm-central/rev/53f0b1dc8aab).
Attachment #665052 -
Flags: review?(mozilla)
Comment 1•12 years ago
|
||
Comment on attachment 665052 [details] [diff] [review]
Remove unused vars (and remnants of logging in nsMessengerOSXIntegration.mm)
Looks great, thanks.
Attachment #665052 -
Flags: review?(mozilla) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 18.0
You need to log in
before you can comment on or make changes to this bug.
Description
•