Commit 37e0b5b4 authored by Laurent Aimar's avatar Laurent Aimar

Removed useless test (ts.c)

parent d9f4825a
......@@ -1553,12 +1553,9 @@ static void PIDInit( ts_pid_t *pid, bool b_psi, ts_psi_t *p_owner )
if( !b_old_valid )
{
pid->psi = xmalloc( sizeof( ts_psi_t ) );
if( pid->psi )
{
pid->psi->handle = NULL;
TAB_INIT( pid->psi->i_prg, pid->psi->prg );
}
}
assert( pid->psi );
pid->psi->i_pat_version = -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment