[mythtv-commits] Ticket #5306: Unused values in lcdserver
MythTV
mythtv at cvs.mythtv.org
Sun May 4 00:12:07 UTC 2008
#5306: Unused values in lcdserver
---------------------------------------------+------------------------------
Reporter: Erik Hovland <erik at hovland.org> | Owner: ijr
Type: defect | Status: new
Priority: trivial | Milestone: unknown
Component: mythtv | Version: head
Severity: low | Mlocked: 0
---------------------------------------------+------------------------------
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.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5306>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list