From: Dylan Baker Date: Thu, 23 Feb 2017 17:46:52 +0000 (-0800) Subject: anv: Remove dead prototype from entrypoints X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ee675d53714a199c19665d2bd530ae2331404e9;p=mesa.git anv: Remove dead prototype from entrypoints Spotted by Emil. v2: - Add this patch Signed-off-by: Dylan Baker --- diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py index a08cfced6ae..203df4597df 100644 --- a/src/intel/vulkan/anv_entrypoints_gen.py +++ b/src/intel/vulkan/anv_entrypoints_gen.py @@ -73,7 +73,6 @@ TEMPLATE_H = Template(textwrap.dedent("""\ }; }; - void anv_set_dispatch_devinfo(const struct gen_device_info *info); % for type_, name, args, num, h, guard in entrypoints: % if guard is not None: #ifdef ${guard}