Commit f84d6dd3 authored by Jean-Paul Saman's avatar Jean-Paul Saman

remove comment

parent ef32ce11
...@@ -118,8 +118,6 @@ bool dvbpsi_CheckPSISection(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p_section, ...@@ -118,8 +118,6 @@ bool dvbpsi_CheckPSISection(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p_section,
goto error; goto error;
} }
/* FIXME: Do we need to check the CRC for ALL tables? */
dvbpsi_debug(p_dvbpsi, psz_table_name, dvbpsi_debug(p_dvbpsi, psz_table_name,
"Table version %2d, " "i_extension %5d, " "Table version %2d, " "i_extension %5d, "
"section %3d up to %3d, " "current %1d", "section %3d up to %3d, " "current %1d",
......
...@@ -326,8 +326,6 @@ static bool dvbpsi_rst_section_check(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p ...@@ -326,8 +326,6 @@ static bool dvbpsi_rst_section_check(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p
goto error; goto error;
} }
/* FIXME: Do we need to check the CRC for ALL tables? */
dvbpsi_debug(p_dvbpsi, psz_table_name, dvbpsi_debug(p_dvbpsi, psz_table_name,
"Table version %2d, " "i_extension %5d, " "Table version %2d, " "i_extension %5d, "
"section %3d up to %3d, " "current %1d", "section %3d up to %3d, " "current %1d",
......
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