[mythtv-firehose] mythtv branch master updated by dekarl. v0.27-pre2-1472-g7cf508b

Git Repo Owner noreply at mythtv.org
Sat Jun 15 21:12:04 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  7cf508bea53f080fd486c08330e6adea6344b91c (commit)
      from  6c84654b168a875ffdf9230e291ef630f21267af (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7cf508bea53f080fd486c08330e6adea6344b91c
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 28 May 2013 18:31:18 +0000
Committer: Karl Dietz <dekarl at mythtv.org> at Sat, 15 Jun 2013 23:03:15 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=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



-----------------------------------------------------------------------

Summary of changes:
 .../libs/libmythtv/recorders/hdhrstreamhandler.cpp |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

-- 



More information about the mythtv-firehose mailing list