summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2016-06-22 19:46:00 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2016-08-22 13:04:29 +0800
commitfbe49b614fd44bd5479a99b47c516a3c4f268d14 (patch)
tree38e5725c3a94b7f0a08cda2b485e49c33196e00c
parentaf976891761002217599a5c04093e0e4eb14b21b (diff)
downloadlibva-fbe49b614fd44bd5479a99b47c516a3c4f268d14.tar.gz
Remove unused 'k' in test func and pre func.
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de> (cherry picked from commit 979894b6812d977d2784a3c7c3091ee517473da2)
-rw-r--r--test/basic/test_05.c2
-rw-r--r--test/basic/test_06.c2
-rw-r--r--test/basic/test_09.c2
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);