check: Remove dead code

This commit is contained in:
Edward Hervey 2017-01-02 15:06:33 +01:00 committed by Edward Hervey
parent eb5ee5b7a3
commit 3a4d4dcd27

View file

@ -272,37 +272,6 @@ GST_END_TEST;
* * Pull-mode & EOS
*/
#if 0
int
main (int argc, char **argv)
{
int nf;
GstCaps *caps;
Suite *s = amrnb_parse_suite ();
SRunner *sr = srunner_create (s);
gst_check_init (&argc, &argv);
/* init test context */
srunner_run_all (sr, CK_NORMAL);
nf = srunner_ntests_failed (sr);
srunner_free (sr);
gst_caps_unref (caps);
s = amrwb_parse_suite ();
sr = srunner_create (s);
srunner_run_all (sr, CK_NORMAL);
nf += srunner_ntests_failed (sr);
srunner_free (sr);
gst_caps_unref (caps);
return nf;
}
#endif
static Suite *
amrparse_suite (void)
{