tests: opus: remove apparently useless macro in tests
authorThiago Santos <thiagoss@osg.samsung.com>
Mon, 2 May 2016 13:36:07 +0000 (10:36 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Mon, 2 May 2016 17:23:54 +0000 (14:23 -0300)
tests/check/elements/opus.c

index c4b4b84..d99927b 100644 (file)
@@ -325,12 +325,10 @@ opus_suite (void)
 
   suite_add_tcase (s, tc_chain);
 
-#define X if (0)
   tcase_add_test (tc_chain, test_opus_encode_nothing);
   tcase_add_test (tc_chain, test_opus_decode_nothing);
   tcase_add_test (tc_chain, test_opus_encode_samples);
   tcase_add_test (tc_chain, test_opus_encode_properties);
-#undef X
 
   return s;
 }