anv: Remove dead prototype from entrypoints

Spotted by Emil.

v2: - Add this patch

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
This commit is contained in:
Dylan Baker 2017-02-23 09:46:52 -08:00
parent 860beb99a6
commit 4ee675d537
1 changed files with 0 additions and 1 deletions

View File

@ -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}