Skip to content

Commit

Permalink
tidy: Remove unnecessary validity check in satiprtsp.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Aug 29, 2020
1 parent da5ebe6 commit c2d395e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/recorders/satiprtsp.cpp
Expand Up @@ -534,7 +534,6 @@ void SatIPRTSPWriteHelper::timerEvent(QTimerEvent* /*event*/)
if (m_parent->m_valid && m_parent->m_validOld)
{
int remainder = 0;
if (m_streamHandler)
{
QMutexLocker locker(&m_streamHandler->m_listenerLock);
auto streamDataList = m_streamHandler->m_streamDataList;
Expand Down

0 comments on commit c2d395e

Please sign in to comment.