mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
zink/codegen: remove bogus print statement
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14434>
This commit is contained in:
parent
37f01832eb
commit
9323d2ea6d
1 changed files with 0 additions and 1 deletions
|
|
@ -584,7 +584,6 @@ if __name__ == "__main__":
|
|||
if not (entry.properties_struct and ext.physical_device_struct("Properties") == entry.properties_struct):
|
||||
error_count += 1
|
||||
print("The extension {} does not provide a properties struct.".format(ext.name))
|
||||
print(entry.properties_struct, ext.physical_device_struct("Properties"))
|
||||
|
||||
if entry.promoted_in:
|
||||
ext.core_since = Version((*entry.promoted_in, 0))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue