Closed
Bug 70569
Opened 25 years ago
Closed 25 years ago
dead code doesn't belong in tree
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
VERIFIED
FIXED
People
(Reporter: timeless, Unassigned)
Details
Attachments
(2 files)
|
3.50 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.37 KB,
patch
|
Details | Diff | Splinter Review |
cyeh (7 warnings) all for `void wallet_'.something.'()' defined but not used
ignore the two +'s, they're from morse warning cleanup [along w/ other elements
which i redacted]. please review.
addendum, zap sfraser's function
13a30,36
> -wallet_DumpAutoString(const nsString& as){
> - char s[100];
> - as.ToCString(s, sizeof(s));
> - fprintf(stdout, "%s\n", s);
> -}
> -
> -static void
Comment 4•25 years ago
|
||
Why do you want to remove any of this code? It is all within ifdef DEBUG
statements already so it is not part of the optimized build. And I frequently
use these routines for finding problems.
removing myself from cc. this code probably got checked in under my name during
some previous code cleaning action or during a tree fix from over a year ago.
morse is the best person to review any potential fixes.
i'm cleaning out warnings and unused code. if you don't want the code deleted,
would you ok my moving it into an ifdef DEBUG_morse?
Comment 7•25 years ago
|
||
Sure. That's better than deleting it.
Comment 9•25 years ago
|
||
r=morse
Comment 10•25 years ago
|
||
| Reporter | ||
Comment 11•25 years ago
|
||
fix checked in. 1 module done many to go.
Updated•17 years ago
|
Assignee: timeless → nobody
Product: Core → Toolkit
QA Contact: tpreston → form.manager
Target Milestone: mozilla0.9 → ---
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•