From: Dieter Nützel Date: Thu, 23 Oct 2014 17:59:13 +0000 (+0200) Subject: r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=068b9f4f7aeb2adef36224c25cab4572d70cacf9;p=mesa.git r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param' Signed-off-by: Dieter Nützel --- 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