mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 19:20:35 +00:00
check: remove unused variable from unit test
This commit is contained in:
parent
508ab716b0
commit
6c0205c316
1 changed files with 1 additions and 3 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue