summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-12-08 15:31:07 +0100
committerMichal Krol <michal@vmware.com>2009-12-08 15:31:07 +0100
commitceb3cf55196e757793877e17a0713a85feca3ee0 (patch)
tree4df6a77c82f627f5c92b1e4007d153a7d1a4b948
parent6fd8b9b550713302566bb4c28e49c219870ccfec (diff)
downloadexternal_mesa3d-ceb3cf55196e757793877e17a0713a85feca3ee0.zip
external_mesa3d-ceb3cf55196e757793877e17a0713a85feca3ee0.tar.gz
external_mesa3d-ceb3cf55196e757793877e17a0713a85feca3ee0.tar.bz2
util/format: Remove unreferenced local.
-rw-r--r--src/gallium/auxiliary/util/u_format.h1
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 fa6dc1f..25a06a8 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) {