mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
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:
parent
aa5baf1d50
commit
9807e9dea6
2 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue