Opened 16 years ago
Closed 16 years ago
#7013 closed defect (wontfix)
unused or unreachable code in Myth UI
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | MythTV - User Interface Library | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
- The value assigned to 'token3' is never used after the null check. Don't bother w/ the assignment.
- Same goes for 'end'.
- The return QString(""); will never be reached because every possibility is accounted for.
Attachments (1)
Change History (5)
by , 16 years ago
| Attachment: | libs_libmythui-unused-value added |
|---|
comment:1 by , 16 years ago
(In [23244]) Refactor code to remove an unreachable call to return in MythVirtualKeyboard. Patch from Erik Hovland. Refs #7013
comment:2 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 16 years ago
Please close this ticket. The LIRC code changes will be addressed upstream.
comment:4 by , 16 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
Closed per submitter's request.
Note:
See TracTickets
for help on using tickets.

Fixes or removes unused or unreachable code.