mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
radeonsi: drop two unused variables in create_function()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
5f4f5aadc3
commit
bbfad34606
1 changed files with 0 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue