Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11563 closed Patch - Bug Fix (fixed)

Patch for detected dead assignment of buffersize in hdhrstreamhandler.cpp

Reported by: Gary Buhrmaster <gary.buhrmaster@…> Owned by: danielk
Priority: minor Milestone: 0.27
Component: MythTV - DVB Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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

Change History (2)

comment:1 Changed 11 years ago by Gary Buhrmaster <gary.buhrmaster@…>

Resolution: fixed
Status: newclosed

In 7cf508bea53f080fd486c08330e6adea6344b91c/mythtv:

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

comment:2 Changed 11 years ago by paulh

Milestone: unknown0.27
Note: See TracTickets for help on using tickets.