[Libva] [PATCH 6/9] Remove unused 'k' in test func and pre func.

Lim Siew Hoon siew.hoon.lim at intel.com
Wed Jun 22 11:46:00 UTC 2016


Signed-off-by: Lim Siew Hoon <siew.hoon.lim at intel.com>
---
 test/basic/test_05.c | 2 +-
 test/basic/test_06.c | 2 +-
 test/basic/test_09.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/basic/test_05.c b/test/basic/test_05.c
index f88dd15..233aa01 100644
--- a/test/basic/test_05.c
+++ b/test/basic/test_05.c
@@ -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);
diff --git a/test/basic/test_06.c b/test/basic/test_06.c
index ca47e50..0dfdee5 100644
--- a/test/basic/test_06.c
+++ b/test/basic/test_06.c
@@ -36,7 +36,7 @@ int config_count = 0;
 
 void pre()
 {
-    int i, j, k;
+    int i, j;
 
     test_init();
     test_profiles();
diff --git a/test/basic/test_09.c b/test/basic/test_09.c
index b8a8f1c..0decc06 100644
--- a/test/basic/test_09.c
+++ b/test/basic/test_09.c
@@ -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);
-- 
2.1.0



More information about the Libva mailing list