Closed
Bug 204610
Opened 22 years ago
Closed 22 years ago
duplicated code
Categories
(MailNews Core :: Database, defect)
MailNews Core
Database
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: calvin.liu, Assigned: calvin.liu)
Details
Attachments
(1 file)
|
786 bytes,
patch
|
caillon
:
review+
sspitzer
:
superreview+
asa
:
approval1.4+
|
Details | Diff | Splinter Review |
in file
http://lxr.mozilla.org/seamonkey/source/mailnews/base/src/nsMsgFolderDataSource.cpp#2215
there are 2 duplicated lines. (2215,2216)
2214 (kNC_HasUnreadMessages == property) ||
2215 (kNC_NoSelect == property) ||
2216 (kNC_NoSelect == property) ||
2217 (kNC_Synchronize == property) ||
should delete 1 line.
| Assignee | ||
Comment 1•22 years ago
|
||
please review.
Updated•22 years ago
|
Attachment #122636 -
Flags: superreview?(sspitzer)
Attachment #122636 -
Flags: review+
Comment 2•22 years ago
|
||
Comment on attachment 122636 [details] [diff] [review]
remove 1 line.
sr/a=sspitzer
Attachment #122636 -
Flags: superreview?(sspitzer)
Attachment #122636 -
Flags: superreview+
Attachment #122636 -
Flags: approval1.4b+
Updated•22 years ago
|
Attachment #122636 -
Flags: approval1.4b+ → approval1.4+
Comment 3•22 years ago
|
||
Thanks calvin, checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•