check: remove unused variable from unit test
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 28 Jul 2009 22:48:21 +0000 (23:48 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 28 Jul 2009 22:58:02 +0000 (23:58 +0100)
tests/check/generic/plugin-test.c

index ed80bbb..e784b2d 100644 (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");