Ticket #1682 (closed RFC: fixed)
VTABLE_substr is never used
Reported by: | NotFound | Owned by: | whiteknight |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | 2.5.0 |
Severity: | low | Keywords: | gci |
Cc: | Language: | ||
Patch status: | new | Platform: |
Description
Checking code coverage I discovered that VTABLE_substr in the String PMC is uncovered. Looking at it, I've found that there is no place in the repository that uses it except generated code for the Object PMC. The substr opcodes use VTABLE_substr_str, not VTABLE_substr.
Is there some usage in HLL or extensions? If not, I suggest to drop it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.