Skip to content

Commit

Permalink
Fixes #11298. Revert "Comment out dead code in dvbci.cpp to quiet cla…
Browse files Browse the repository at this point in the history
…ng++"

This code isn't as dead as I thought...

This reverts commit be8dd30.
  • Loading branch information
daniel-kristjansson committed Dec 19, 2012
1 parent 3bd3516 commit 40ff973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/recorders/dvbdev/dvbci.cpp
Expand Up @@ -636,8 +636,8 @@ cCiTransportConnection *cCiTransportLayer::Process(int Slot)
case stCREATION:
case stACTIVE:
if (!Tc->DataAvailable()) {
// if (Tc->Poll() != OK)
// ;//XXX continue;
if (Tc->Poll() != OK)
;//XXX continue;
}
switch (Tc->LastResponse()) {
case T_REQUEST_TC:
Expand Down

0 comments on commit 40ff973

Please sign in to comment.