summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2016-06-22 19:46:00 +0800
committerSean V Kelley <seanvk@posteo.de>2016-06-24 15:38:19 -0700
commit979894b6812d977d2784a3c7c3091ee517473da2 (patch)
treed0557c8e0ecb65a8f1abff63ec1f665069b0de26 /test
parentd8397f79e0ded7c8a87098996af3c603bba2d61f (diff)
downloadlibva-979894b6812d977d2784a3c7c3091ee517473da2.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>
Diffstat (limited to 'test')
-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);