tgsi: remove unused Flags member from full_instruction
authorKeith Whitwell <keithw@vmware.com>
Tue, 24 Nov 2009 14:44:45 +0000 (14:44 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 24 Nov 2009 14:44:45 +0000 (14:44 +0000)
src/gallium/auxiliary/tgsi/tgsi_build.c
src/gallium/auxiliary/tgsi/tgsi_parse.h

index ce9e72e8b51da9abc68bf1bea4917bc76a1f9439..fbac26564085947798b0d70242c3a75b43dda7fc 100644 (file)
@@ -483,8 +483,6 @@ tgsi_default_full_instruction( void )
       full_instruction.FullSrcRegisters[i] = tgsi_default_full_src_register();
    }
 
-   full_instruction.Flags = 0x0;
-
    return full_instruction;
 }
 
index ba9578c6a5ae3eb8ae969f0d6d09d9b5172469ec..c78d6e64fffe090e1419b94ea02e0288ba4ce140 100644 (file)
@@ -83,7 +83,6 @@ struct tgsi_full_instruction
    struct tgsi_instruction_texture     InstructionTexture;
    struct tgsi_full_dst_register       FullDstRegisters[TGSI_FULL_MAX_DST_REGISTERS];
    struct tgsi_full_src_register       FullSrcRegisters[TGSI_FULL_MAX_SRC_REGISTERS];
-   uint Flags;  /**< user-defined usage */
 };
 
 union tgsi_full_token