spark: remove dead code from cDemux

This commit is contained in:
Stefan Seyfried
2015-02-21 22:25:29 +01:00
committed by max_10
parent 9f1c5a6c59
commit 3f6cee32f4

View File

@@ -240,15 +240,6 @@ void cDemux::Close(void)
fd = -1;
if (measure)
return;
if (dmx_type == DMX_TP_CHANNEL)
{
dmx_tp_count--;
if (dmx_tp_count < 0)
{
lt_info("%s dmx_tp_count < 0!!\n", __func__);
dmx_tp_count = 0;
}
}
}
bool cDemux::Start(bool)