radv: remove useless assignment of MAX_API_VERSION
It's overwritten few lines below. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6818>
This commit is contained in:

committed by
Marge Bot

parent
e8a40715a8
commit
43c7de6b91
@@ -35,8 +35,6 @@ sys.path.append(VULKAN_UTIL)
|
|||||||
from vk_extensions import *
|
from vk_extensions import *
|
||||||
from vk_extensions_gen import *
|
from vk_extensions_gen import *
|
||||||
|
|
||||||
MAX_API_VERSION = '1.2.128'
|
|
||||||
|
|
||||||
# Supported API versions. Each one is the maximum patch version for the given
|
# Supported API versions. Each one is the maximum patch version for the given
|
||||||
# version. Version come in increasing order and each version is available if
|
# version. Version come in increasing order and each version is available if
|
||||||
# it's provided "enable" condition is true and all previous versions are
|
# it's provided "enable" condition is true and all previous versions are
|
||||||
|
Reference in New Issue
Block a user