winevulkan: Remove unused variable from make_vulkan script.

Fixes a333c2ef07 ("winevulkan: Add copyright headers to files
generated from vk.xml.")

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2018-06-11 12:32:50 +02:00 committed by Alexandre Julliard
parent dbb0c9305a
commit e45e675b73
1 changed files with 0 additions and 1 deletions

View File

@ -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",