Closed
Bug 1007151
Opened 11 years ago
Closed 11 years ago
remove nsTSubstringTuple
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: froydnj, Unassigned)
Details
This type is described as a "private implementation detail", but doesn't seem to be used constructively anywhere in the code. Can we remove it?
Flags: needinfo?(benjamin)
Comment 1•11 years ago
|
||
Are you saying that the pattern `str + str2 + str3` isn't used anywhere in the code, or that we aren't using substring-tuples for that code pattern any more? I thought that was still an important optimization.
Flags: needinfo?(benjamin)
Updated•11 years ago
|
Component: XPCOM → String
| Reporter | ||
Comment 2•11 years ago
|
||
Ah, I missed the operator+ definition in nsTSubstringTuple.h. Never mind, then!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•4 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•