Closed
Bug 760162
Opened 12 years ago
Closed 12 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•12 years ago
|
||
Assignee: nobody → kshriram18
Status: NEW → ASSIGNED
Attachment #629591 -
Flags: feedback?(sgautherie.bz)
Reporter | ||
Updated•12 years ago
|
Attachment #629591 -
Flags: review?(doug.turner)
Attachment #629591 -
Flags: feedback?(sgautherie.bz)
Attachment #629591 -
Flags: feedback+
Updated•12 years ago
|
Attachment #629591 -
Flags: review?(doug.turner) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 2•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/bfe1733ba606
Keywords: checkin-needed
Target Milestone: --- → mozilla16
Comment 3•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/bfe1733ba606
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•