Closed
Bug 69940
Opened 24 years ago
Closed 24 years ago
rfe: Substring doesn't need the string as a parameter
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: gordon, Assigned: scc)
References
Details
Attachments
(1 file)
Since Substring has two iterators, the string parameter appears to be redundant.
Is it possible to eliminate it?
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
this patch builds and runs on Mac; LXR didn't reveal any other callers to me
Assignee | ||
Updated•24 years ago
|
OS: Mac System 8.5 → All
Assignee | ||
Comment 3•24 years ago
|
||
This patch also fixes bug #69289.
r=dbaron
Assignee | ||
Comment 5•24 years ago
|
||
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•24 years ago
|
Updated•4 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•