[mythtv-commits] Ticket #11563: Patch for detected dead assignment of buffersize in hdhrstreamhandler.cpp

MythTV noreply at mythtv.org
Tue May 28 18:40:13 UTC 2013


#11563: Patch for detected dead assignment of buffersize in hdhrstreamhandler.cpp
-------------------------------------------------+-------------------------
     Reporter:  Gary Buhrmaster                  |      Owner:  danielk
  <gary.buhrmaster@…>                            |     Status:  new
         Type:  Patch - Bug Fix                  |  Milestone:  unknown
     Priority:  minor                            |    Version:  Master Head
    Component:  MythTV - DVB                     |   Keywords:
     Severity:  medium                           |
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 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.

 https://github.com/garybuhrmaster/mythtv/commit/45a0f85097393b091025d090963eee37decf43ae

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11563>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list