aboutsummaryrefslogtreecommitdiffstats
path: root/tests/amdgpu/amdgpu_test.c
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2018-01-25 11:24:03 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2018-01-29 15:41:52 +0000
commit80f33f4529710f5a24583ab5189d00cc7cb0d62b (patch)
treefe44df37fba593ad8212d58e962f9ad400c500d5 /tests/amdgpu/amdgpu_test.c
parentc6fcd176e8949148ad2e07b0ee970cd1ad287113 (diff)
downloadexternal_libdrm-80f33f4529710f5a24583ab5189d00cc7cb0d62b.tar.gz
external_libdrm-80f33f4529710f5a24583ab5189d00cc7cb0d62b.tar.bz2
external_libdrm-80f33f4529710f5a24583ab5189d00cc7cb0d62b.zip
tests/amdgpu: drop unused variables
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'tests/amdgpu/amdgpu_test.c')
-rw-r--r--tests/amdgpu/amdgpu_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/amdgpu/amdgpu_test.c b/tests/amdgpu/amdgpu_test.c
index cbeb1ee8..4f766aaf 100644
--- a/tests/amdgpu/amdgpu_test.c
+++ b/tests/amdgpu/amdgpu_test.c
@@ -243,7 +243,6 @@ static const char options[] = "hlrps:t:b:d:f";
static int amdgpu_open_devices(int open_render_node)
{
drmDevicePtr devices[MAX_CARDS_SUPPORTED];
- int ret;
int i;
int drm_node;
int amd_index = 0;