summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-28 23:48:21 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-28 23:58:02 +0100
commit6c0205c31673b04900415d3331b470dc668fd370 (patch)
tree5d5d6f1f9c8be8839c479388d70c9b30c1eb6f92 /tests
parent508ab716b004a3079ee15791bfbbe07e112fcdca (diff)
downloadgst-libav-6c0205c31673b04900415d3331b470dc668fd370.tar.gz
check: remove unused variable from unit test
Diffstat (limited to 'tests')
-rw-r--r--tests/check/generic/plugin-test.c4
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");