diff options
author | Dylan Baker <[email protected]> | 2017-02-23 09:46:52 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-03-22 16:22:00 -0700 |
commit | 4ee675d53714a199c19665d2bd530ae2331404e9 (patch) | |
tree | 5e470b0158d1c3e9c2d394568610126d8976ad42 /src/intel/vulkan/anv_entrypoints_gen.py | |
parent | 860beb99a62ff6e677a0974c91578ac80dfd16d9 (diff) |
anv: Remove dead prototype from entrypoints
Spotted by Emil.
v2: - Add this patch
Signed-off-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_entrypoints_gen.py')
-rw-r--r-- | src/intel/vulkan/anv_entrypoints_gen.py | 1 |
1 files changed, 0 insertions, 1 deletions
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} |