nir: remove unused variable
This was let over from aad4f15506
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
@@ -530,8 +530,6 @@ remove_phi_src(nir_block *block, nir_block *pred)
|
|||||||
static void
|
static void
|
||||||
unlink_jump(nir_block *block, nir_jump_type type, bool add_normal_successors)
|
unlink_jump(nir_block *block, nir_jump_type type, bool add_normal_successors)
|
||||||
{
|
{
|
||||||
nir_block *next = block->successors[0];
|
|
||||||
|
|
||||||
if (block->successors[0])
|
if (block->successors[0])
|
||||||
remove_phi_src(block->successors[0], block);
|
remove_phi_src(block->successors[0], block);
|
||||||
if (block->successors[1])
|
if (block->successors[1])
|
||||||
|
Reference in New Issue
Block a user