From 068b9f4f7aeb2adef36224c25cab4572d70cacf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dieter=20N=C3=BCtzel?= Date: Thu, 23 Oct 2014 19:59:13 +0200 Subject: [PATCH] r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Dieter Nützel --- src/gallium/drivers/radeon/r600_pipe_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/radeon/r600_pipe_common.c b/src/gallium/drivers/radeon/r600_pipe_common.c index a6dbd78036d..f9393e60118 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.c +++ b/src/gallium/drivers/radeon/r600_pipe_common.c @@ -590,7 +590,6 @@ static int r600_get_compute_param(struct pipe_screen *screen, case PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE: if (ret) { - uint64_t max_global_size; uint64_t *max_mem_alloc_size = ret; /* XXX: The limit in older kernels is 256 MB. We -- 2.30.2