diff options
author | Keith Whitwell <[email protected]> | 2009-11-24 14:44:45 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-24 14:44:45 +0000 |
commit | 9fbfe6b65d7d45a70553b603f2166be3272d1e35 (patch) | |
tree | c2ca9ebc1a06896afcfe69c17173b76f95cc0f93 /src/gallium/auxiliary/tgsi/tgsi_build.c | |
parent | 56ee132f9671f70ff2b3ee04659beac0dfc6126d (diff) |
tgsi: remove unused Flags member from full_instruction
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_build.c')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_build.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_build.c b/src/gallium/auxiliary/tgsi/tgsi_build.c index ce9e72e8b51..fbac2656408 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_build.c +++ b/src/gallium/auxiliary/tgsi/tgsi_build.c @@ -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; } |