Closed
Bug 760162
Opened 13 years ago
Closed 13 years ago
Remove obsolete comment about nsCRT::mem* functions in nsCRT.h
Categories
(Core :: XPCOM, defect, P4)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: sgautherie, Assigned: kshriram18)
References
()
Details
Attachments
(1 file)
1.14 KB,
patch
|
dougt
:
review+
sgautherie
:
feedback+
|
Details | Diff | Splinter Review |
{
74 /***
75 *** The following nsCRT::mem* functions are no longer
76 *** supported, please use the corresponding lib C
77 *** functions instead.
78 ***
79 *** nsCRT::memcpy()
80 *** nsCRT::memcmp()
81 *** nsCRT::memmove()
82 *** nsCRT::memset()
83 *** nsCRT::zero()
84 ***/
}
These 5 functions do not exist anymore.
Afaict, this comment should just be removed (now).
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → kshriram18
Status: NEW → ASSIGNED
Attachment #629591 -
Flags: feedback?(sgautherie.bz)
Reporter | ||
Updated•13 years ago
|
Attachment #629591 -
Flags: review?(doug.turner)
Attachment #629591 -
Flags: feedback?(sgautherie.bz)
Attachment #629591 -
Flags: feedback+
Updated•13 years ago
|
Attachment #629591 -
Flags: review?(doug.turner) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 2•13 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla16
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•