summaryrefslogtreecommitdiff
path: root/tests/kms_pipe_color.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_pipe_color.c')
-rw-r--r--tests/kms_pipe_color.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kms_pipe_color.c b/tests/kms_pipe_color.c
index f120e263..98dc4038 100644
--- a/tests/kms_pipe_color.c
+++ b/tests/kms_pipe_color.c
@@ -654,8 +654,6 @@ static void test_pipe_legacy_gamma_reset(data_t *data,
static bool crc_equal(igt_crc_t *a, igt_crc_t *b)
{
- int i;
-
return memcmp(a->crc, b->crc, sizeof(a->crc[0]) * a->n_words) == 0;
}