diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-07-28 23:48:21 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-07-28 23:58:02 +0100 |
commit | 6c0205c31673b04900415d3331b470dc668fd370 (patch) | |
tree | 5d5d6f1f9c8be8839c479388d70c9b30c1eb6f92 | |
parent | 508ab716b004a3079ee15791bfbbe07e112fcdca (diff) |
check: remove unused variable from unit test
-rw-r--r-- | tests/check/generic/plugin-test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/check/generic/plugin-test.c b/tests/check/generic/plugin-test.c index ed80bbb..e784b2d 100644 --- a/tests/check/generic/plugin-test.c +++ b/tests/check/generic/plugin-test.c @@ -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"); |