Closed
Bug 234608
Opened 22 years ago
Closed 21 years ago
Removal of some deadcode in nsDiskCacheBinding
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
People
(Reporter: alfredkayser, Assigned: darin.moz)
Details
Attachments
(1 file)
|
2.59 KB,
patch
|
Biesinger
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
I found a dead function in nsDiskCacheBinding,
and one member function can be made private.
Patch following...
| Reporter | ||
Comment 1•22 years ago
|
||
Quick and simple deadcode removal:
- Delete FindBinding (not used anywhere)
- Make AddBinding private (it is only used in nsDiskCacheBinding itself)
| Reporter | ||
Updated•21 years ago
|
Attachment #141588 -
Flags: review?(cbiesinger)
Updated•21 years ago
|
Attachment #141588 -
Flags: review?(cbiesinger) → review+
| Reporter | ||
Updated•21 years ago
|
Attachment #141588 -
Flags: superreview?(darin)
| Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 141588 [details] [diff] [review]
Deadcode removal
sr=darin
Attachment #141588 -
Flags: superreview?(darin) → superreview+
| Assignee | ||
Comment 3•21 years ago
|
||
fixed-on-trunk
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•