mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
util/format: Remove unreferenced local.
This commit is contained in:
parent
6fd8b9b550
commit
ceb3cf5519
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue