=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: winevulkan: Remove unused variable from make_vulkan script.

Alexandre Julliard julliard at winehq.org
Mon Jun 11 13:10:51 CDT 2018


Module: wine
Branch: master
Commit: e45e675b731679639b3054a086a40d1cbb8c0174
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e45e675b731679639b3054a086a40d1cbb8c0174

Author: Józef Kucia <jkucia at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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",




More information about the wine-cvs mailing list