Closed
Bug 219979
Opened 21 years ago
Closed 21 years ago
remove unused variable and function
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
1.84 KB,
patch
|
dveditz
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
/swap/BEOS/mozilla/xpinstall/src/CertReader.cpp
In method `nsresult CertReader::OnDataAvailable(class nsIRequest *, class nsISupports *, class nsIInputStream *, unsigned int, unsigned int)':
175: warning: unused variable `const char * end'
/swap/BEOS/mozilla/xpinstall/src/nsJSInstall.cpp
698: warning: `JSBool InstallDiskSpaceAvailable(struct JSContext *, struct JSObject *, unsigned int, jsval *, jsval *)' defined but not used
Attachment #131905 -
Flags: superreview?(dveditz+bmo)
Attachment #131905 -
Flags: review?(dveditz+bmo)
Comment 2•21 years ago
|
||
Comment on attachment 131905 [details] [diff] [review]
remove them
r+sr=dveditz
Attachment #131905 -
Flags: superreview?(dveditz+bmo)
Attachment #131905 -
Flags: superreview+
Attachment #131905 -
Flags: review?(dveditz+bmo)
Attachment #131905 -
Flags: review+
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•