Commit e45e675b authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

winevulkan: Remove unused variable from make_vulkan script.

Fixes a333c2ef ("winevulkan: Add copyright headers to files generated from vk.xml.") Signed-off-by: 's avatarJózef Kucia <jkucia@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent dbb0c930
......@@ -1891,7 +1891,6 @@ class VkGenerator(object):
self.host_structs.append(conv.struct)
def _generate_copyright(self, f, spec_file=False):
c = "# " if spec_file else " * "
f.write("# " if spec_file else "/* ")
f.write("Automatically generated from Vulkan vk.xml; DO NOT EDIT!\n")
lines = ["", "This file is generated from Vulkan vk.xml file covered",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment