check: remove unused variable from unit test

This commit is contained in:
Tim-Philipp Müller 2009-07-28 23:48:21 +01:00
parent 508ab716b0
commit 6c0205c316

View file

@ -81,11 +81,9 @@ GST_START_TEST (test_ffmpeg_update_reg)
GST_END_TEST;
Suite *
static Suite *
plugin_test_suite (void)
{
gint timeout = 0;
Suite *s = suite_create ("Plugin");
TCase *tc_chain = tcase_create ("existence");