u_format: Drop redundant .name init.

It's the first member that's set.

Acked-by: Adam Jackson <ajax@redhat.com>
Acked-by: Ilia Mirkin <imirkin@alum.mit.edu>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10505>
This commit is contained in:
Eric Anholt 2021-04-27 15:56:23 -07:00 committed by Marge Bot
parent a7fdddb133
commit 8a40780466
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ class Format:
self.le_swizzles = le_swizzles
self.be_channels = be_channels
self.be_swizzles = be_swizzles
self.name = name
self.colorspace = colorspace
def __str__(self):