From: Samuel Pitoiset Date: Mon, 7 Aug 2017 10:41:37 +0000 (+0200) Subject: radeonsi: drop two unused variables in create_function() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbfad34606b8fc91c3671bb9a6e6545d669e6f81;p=mesa.git radeonsi: drop two unused variables in create_function() Signed-off-by: Samuel Pitoiset Reviewed-by: Marek Olšák --- diff --git a/src/gallium/drivers/radeonsi/si_shader.c b/src/gallium/drivers/radeonsi/si_shader.c index 09053c355eb..3f4d847d665 100644 --- a/src/gallium/drivers/radeonsi/si_shader.c +++ b/src/gallium/drivers/radeonsi/si_shader.c @@ -4305,8 +4305,6 @@ enum { static void create_function(struct si_shader_context *ctx) { - struct lp_build_tgsi_context *bld_base = &ctx->bld_base; - struct gallivm_state *gallivm = &ctx->gallivm; struct si_shader *shader = ctx->shader; struct si_function_info fninfo; LLVMTypeRef returns[16+32*4];