Opened 16 years ago

Closed 16 years ago

#5306 closed defect (fixed)

Unused values in lcdserver

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

The lcdserver code does a lot of list.curItem(). Which does set the list. But the return value is never used. Since it is assigned, the assignment instructions are wasted. It would be better to just make the call and not worry about the return value.

Attachments (1)

programs_lcdserver-unused_value-defect.patch (1.9 KB) - added by Erik Hovland <erik@…> 16 years ago.

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Erik Hovland <erik@…>

comment:1 Changed 16 years ago by paulh

Resolution: fixed
Status: newclosed

(In [17406]) Remove a few unused assignments in mythlcdserver.

Fixes #5306.

Note: See TracTickets for help on using tickets.