Józef Kucia : winevulkan: Remove unused variable from make_vulkan script.
Module: wine Branch: master Commit: e45e675b731679639b3054a086a40d1cbb8c0174 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e45e675b731679639b3054a08... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Mon Jun 11 12:32:50 2018 +0200 winevulkan: Remove unused variable from make_vulkan script. Fixes a333c2ef07d3 ("winevulkan: Add copyright headers to files generated from vk.xml.") Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winevulkan/make_vulkan | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/winevulkan/make_vulkan b/dlls/winevulkan/make_vulkan index 47a216e..c32d9ed 100755 --- a/dlls/winevulkan/make_vulkan +++ b/dlls/winevulkan/make_vulkan @@ -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",
participants (1)
-
Alexandre Julliard