Mesa (master): anv: Remove dead prototype from entrypoints

Dylan Baker dbaker at kemper.freedesktop.org
Wed Mar 22 23:22:24 UTC 2017


Module: Mesa
Branch: master
Commit: 4ee675d53714a199c19665d2bd530ae2331404e9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ee675d53714a199c19665d2bd530ae2331404e9

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Thu Feb 23 09:46:52 2017 -0800

anv: Remove dead prototype from entrypoints

Spotted by Emil.

v2: - Add this patch

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>

---

 src/intel/vulkan/anv_entrypoints_gen.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py
index a08cfced6a..203df4597d 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}




More information about the mesa-commit mailing list