OSDN Git Service

Remove unused 'k' in test func and pre func.
authorLim Siew Hoon <siew.hoon.lim@intel.com>
Wed, 22 Jun 2016 11:46:00 +0000 (19:46 +0800)
committerSean V Kelley <seanvk@posteo.de>
Fri, 24 Jun 2016 22:38:19 +0000 (15:38 -0700)
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
Reviewed-by: Sean V Kelley <seanvk@posteo.de>
test/basic/test_05.c
test/basic/test_06.c
test/basic/test_09.c

index f88dd15..233aa01 100644 (file)
@@ -36,7 +36,7 @@ void test()
 {
     int max_entrypoints;
     int num_entrypoints;
-    int i, j, k;
+    int i, j;
     int config_count = 0;
     max_entrypoints = vaMaxNumEntrypoints(va_dpy);
     ASSERT(max_entrypoints > 0);
index ca47e50..0dfdee5 100644 (file)
@@ -36,7 +36,7 @@ int config_count = 0;
 
 void pre()
 {
-    int i, j, k;
+    int i, j;
 
     test_init();
     test_profiles();
index b8a8f1c..0decc06 100644 (file)
@@ -36,7 +36,7 @@ void test()
 {
     int max_entrypoints;
     int num_entrypoints;
-    int i, j, k;
+    int i, j;
     int config_count = 0;
     max_entrypoints = vaMaxNumEntrypoints(va_dpy);
     ASSERT(max_entrypoints > 0);