mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
radv: remove unused radv_dispatch_table dtable
Fixes: 12301c5418 ("radv: drop the RADV_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
9807e9dea6
commit
320561bd83
2 changed files with 0 additions and 3 deletions
|
|
@ -44,7 +44,6 @@
|
|||
#include "vk_format.h"
|
||||
#include "sid.h"
|
||||
#include "util/debug.h"
|
||||
struct radv_dispatch_table dtable;
|
||||
|
||||
static int
|
||||
radv_get_function_timestamp(void *ptr, uint32_t* timestamp)
|
||||
|
|
|
|||
|
|
@ -262,8 +262,6 @@ void radv_loge_v(const char *format, va_list va);
|
|||
void *radv_resolve_entrypoint(uint32_t index);
|
||||
void *radv_lookup_entrypoint(const char *name);
|
||||
|
||||
extern struct radv_dispatch_table dtable;
|
||||
|
||||
struct radv_extensions {
|
||||
VkExtensionProperties *ext_array;
|
||||
uint32_t num_ext;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue