tgsi: Remove redundant code.
This commit is contained in:
@@ -536,7 +536,6 @@ tgsi_dump(
|
||||
/* sanity checks */
|
||||
assert( strcmp( opcode_names[TGSI_OPCODE_CONT], "CONT" ) == 0 );
|
||||
assert( strcmp( opcode_names[TGSI_OPCODE_END], "END" ) == 0 );
|
||||
assert( strcmp( opcode_names[TGSI_OPCODE_END], "END" ) == 0 );
|
||||
|
||||
ctx.iter.prolog = prolog;
|
||||
ctx.iter.iterate_instruction = iter_instruction;
|
||||
|
||||
@@ -773,7 +773,6 @@ tgsi_dump_c(
|
||||
/* sanity checks */
|
||||
assert(strcmp(TGSI_OPCODES[TGSI_OPCODE_CONT], "OPCODE_CONT") == 0);
|
||||
assert(strcmp(TGSI_OPCODES[TGSI_OPCODE_END], "OPCODE_END") == 0);
|
||||
assert(strcmp(TGSI_OPCODES[TGSI_OPCODE_END], "OPCODE_END") == 0);
|
||||
|
||||
tgsi_parse_init( &parse, tokens );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user