Mesa (main): vulkan: remove unused VkCommand

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 6 20:51:01 UTC 2021


Module: Mesa
Branch: main
Commit: dbf4cfeff559891a62acb6e9212b6ce0bad56fca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbf4cfeff559891a62acb6e9212b6ce0bad56fca

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Wed Sep 22 10:59:02 2021 +0300

vulkan: remove unused VkCommand

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9045>

---

 src/vulkan/util/gen_enum_to_str.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/vulkan/util/gen_enum_to_str.py b/src/vulkan/util/gen_enum_to_str.py
index a7108fe8690..234809cc163 100644
--- a/src/vulkan/util/gen_enum_to_str.py
+++ b/src/vulkan/util/gen_enum_to_str.py
@@ -279,15 +279,6 @@ class VkEnum(object):
         self.guard = g
 
 
-class VkCommand(object):
-    """Simple struct-like class representing a single Vulkan command"""
-
-    def __init__(self, name, device_entrypoint=False):
-        self.name = name
-        self.device_entrypoint = device_entrypoint
-        self.extension = None
-
-
 class VkChainStruct(object):
     """Simple struct-like class representing a single Vulkan struct identified with a VkStructureType"""
     def __init__(self, name, stype):



More information about the mesa-commit mailing list