[mythtv-commits] Ticket #11563: Patch for detected dead assignment of buffersize in hdhrstreamhandler.cpp
MythTV
noreply at mythtv.org
Sat Jun 15 21:12:07 UTC 2013
#11563: Patch for detected dead assignment of buffersize in hdhrstreamhandler.cpp
-------------------------------------------------+-------------------------
Reporter: Gary Buhrmaster <gary.buhrmaster@…> | Owner: danielk
Type: Patch - Bug Fix | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - DVB | Version: Master
Severity: medium | Head
Keywords: | Resolution: fixed
| Ticket locked: 0
-------------------------------------------------+-------------------------
Changes (by Gary Buhrmaster <gary.buhrmaster@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:7cf508bea53f080fd486c08330e6adea6344b91c/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="7cf508bea53f080fd486c08330e6adea6344b91c"
Patch for detected dead assignment in hdhrstreamhandler.cpp
Static analysis (scan-build) detected a dead assignment to
the variable buffersize. The usage of this variable was
deleted in commit db8f60e (ticket #6881). There was a
modification of the initialize size in commit 2be3dd9
(ticket #10414), but since the buffersize is not actually
used, the part of the commit to set the size was not
relevant. This patch deletes the unused variable.
Fixes #11563
}}}
--
Ticket URL: <http://code.mythtv.org/trac/ticket/11563#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list