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:
@@ -36,8 +36,6 @@
|
||||
|
||||
#include "genxml/gen7_pack.h"
|
||||
|
||||
struct anv_dispatch_table dtable;
|
||||
|
||||
static void
|
||||
compiler_debug_log(void *data, const char *fmt, ...)
|
||||
{ }
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user