projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd8b9b
)
util/format: Remove unreferenced local.
author
Michal Krol
<michal@vmware.com>
Tue, 8 Dec 2009 14:31:07 +0000
(15:31 +0100)
committer
Michal Krol
<michal@vmware.com>
Tue, 8 Dec 2009 14:31:07 +0000
(15:31 +0100)
src/gallium/auxiliary/util/u_format.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_format.h
b/src/gallium/auxiliary/util/u_format.h
index fa6dc1f55c0413a3d83e13eb1cd80e3f3bcf7c47..25a06a8f7db0f8404d544c8b69335243c1d881ca 100644
(file)
--- 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) {