Closed
Bug 181545
Opened 23 years ago
Closed 23 years ago
Removal of dead code from mime
Categories
(MailNews Core :: MIME, defect)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.3alpha
People
(Reporter: bratell, Assigned: bratell)
Details
Attachments
(1 file)
|
5.37 KB,
patch
|
bugzilla
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
There are some dead code and unused variables in mailnews/mime. A patch coming
up to remove them.
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Attachment #107180 -
Flags: superreview?(sspitzer)
Attachment #107180 -
Flags: review?(bienvenu)
Comment 2•23 years ago
|
||
you want a review from ducarroz and an sr from me or Seth.
| Assignee | ||
Comment 3•23 years ago
|
||
Comment on attachment 107180 [details] [diff] [review]
Just removal of some dead stuff
Ok, I was just grabbing mail people names out of a hat. :-)
Attachment #107180 -
Flags: superreview?(sspitzer)
Attachment #107180 -
Flags: superreview?(bienvenu)
Attachment #107180 -
Flags: review?(ducarroz)
Attachment #107180 -
Flags: review?(bienvenu)
| Assignee | ||
Comment 4•23 years ago
|
||
Comment on attachment 107180 [details] [diff] [review]
Just removal of some dead stuff
I attached the wrong file. There's a typo in mimetenr.cpp in this one. The
#ifdef should have a matching #endif. Consider it correct in my tree.
Comment 5•23 years ago
|
||
Comment on attachment 107180 [details] [diff] [review]
Just removal of some dead stuff
please get ducarroz to review.
are you sure mime_reformat_date isn't used?
see
http://lxr.mozilla.org/mozilla/search?string=mime_reformat_date
http://lxr.mozilla.org/mozilla/search?string=reformat_date_fn
+#define
to
+#endif
Attachment #107180 -
Flags: superreview?(bienvenu)
Comment 6•23 years ago
|
||
Comment on attachment 107180 [details] [diff] [review]
Just removal of some dead stuff
R=ducarroz
Attachment #107180 -
Flags: review?(ducarroz) → review+
Comment 7•23 years ago
|
||
Comment on attachment 107180 [details] [diff] [review]
Just removal of some dead stuff
sr=bienvenu
Attachment #107180 -
Flags: superreview+
| Assignee | ||
Comment 8•23 years ago
|
||
The references to mime_reformat_date that lxr finds is for a different copy of
the same function. The function I removed was |static| so it couldn't be
referenced outside the file.
Assignee: ducarroz → bratell
Target Milestone: --- → mozilla1.3alpha
| Assignee | ||
Comment 9•23 years ago
|
||
Patch checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
OS: Windows 2000 → All
QA Contact: yulian → stephend
Hardware: PC → All
Verified FIXED using LXR (and my local source-tree).
Status: RESOLVED → VERIFIED
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
•