Opened 18 years ago
Closed 17 years ago
#4849 closed defect (fixed)
chanInfo assignment is useless
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.22 |
| Component: | mythtv | Version: | 0.21-fixes |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In ChannelRecPriority::SortList there is an assignment:
chanInfo = &(pit.data());
But it is never used. So it is likely that the call is something that came in from another piece of code (another member function does roughly the same loop and does make use of chanInfo).
Attachments (1)
Note:
See TracTickets
for help on using tickets.

removes useless chanInfo assignment