diff options
author | Michal Krol <[email protected]> | 2009-12-08 15:31:07 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-12-08 15:31:07 +0100 |
commit | ceb3cf55196e757793877e17a0713a85feca3ee0 (patch) | |
tree | 4df6a77c82f627f5c92b1e4007d153a7d1a4b948 /src/gallium/auxiliary/util/u_format.h | |
parent | 6fd8b9b550713302566bb4c28e49c219870ccfec (diff) |
util/format: Remove unreferenced local.
Diffstat (limited to 'src/gallium/auxiliary/util/u_format.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_format.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h index fa6dc1f55c0..25a06a8f7db 100644 --- a/src/gallium/auxiliary/util/u_format.h +++ b/src/gallium/auxiliary/util/u_format.h @@ -219,7 +219,6 @@ util_format_get_component_bits(enum pipe_format format, { const struct util_format_description *desc = util_format_description(format); enum util_format_colorspace desc_colorspace; - uint swizzle; assert(format); if (!format) { |