anv: remove unused anv_dispatch_table dtable

Fixes: 4c9dec80ed ("anv: Get rid of the ANV_CALL macro")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
This commit is contained in:
Emil Velikov
2017-02-19 11:49:19 +00:00
parent aa5baf1d50
commit 9807e9dea6
2 changed files with 0 additions and 4 deletions

View File

@@ -36,8 +36,6 @@
#include "genxml/gen7_pack.h"
struct anv_dispatch_table dtable;
static void
compiler_debug_log(void *data, const char *fmt, ...)
{ }

View File

@@ -507,8 +507,6 @@ struct anv_bo *anv_scratch_pool_alloc(struct anv_device *device,
gl_shader_stage stage,
unsigned per_thread_scratch);
extern struct anv_dispatch_table dtable;
struct anv_physical_device {
VK_LOADER_DATA _loader_data;