Closed
Bug 205247
Opened 22 years ago
Closed 22 years ago
warning: `JSBool ReportOutOfMemory(class XPCCallContext &)' defined but not used_
Categories
(Core :: XPConnect, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
626 bytes,
patch
|
dbradley
:
review+
dmosedale
:
superreview+
|
Details | Diff | Splinter Review |
/swap/BEOS/mozilla/js/src/xpconnect/src/xpcwrappednative.cpp:1489: warning: `JSBool ReportOutOfMemory(class XPCCallContext &)' defined but not used
jband introduced the function at the very beginning of the interfaceflattening
work. He removed the last consumer in 1.59 jband%netscape.com
Since it's unused (everyone uses JS_ReportOutOfMemory which is all it calls)
I'm going to post a patch to remove it instead of a patch to make things use it.
Attachment #122960 -
Flags: superreview?(dmose)
Attachment #122960 -
Flags: review?(dbradley)
Comment 2•22 years ago
|
||
Attachment #122960 -
Flags: superreview?(dmose) → superreview+
![]() |
||
Comment 3•22 years ago
|
||
Comment on attachment 122960 [details] [diff] [review]
remove unused function
r=dbradley
Attachment #122960 -
Flags: review?(dbradley) → review+
checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•