Closed
Bug 399134
Opened 18 years ago
Closed 18 years ago
Unused rv in nsMailMacIntegration.cpp
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: philor, Assigned: philor)
References
()
Details
Attachments
(1 file)
|
1.12 KB,
patch
|
mscott
:
review+
|
Details | Diff | Splinter Review |
Sure, I need a better hobby than reading compiler warnings, but it's right, it is unused: bug 353906 changed from returning nsresult rv to returning PRBool isDefault, but left the one mention of rv.
Attachment #284103 -
Flags: review?(mscott)
Comment 1•18 years ago
|
||
Comment on attachment 284103 [details] [diff] [review]
Fix
:)
Attachment #284103 -
Flags: review?(mscott) → review+
| Assignee | ||
Comment 2•18 years ago
|
||
mail/components/shell/nsMailMacIntegration.cpp 1.4
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3
You need to log in
before you can comment on or make changes to this bug.
Description
•