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:
Emil Velikov 2017-02-19 11:49:20 +00:00
parent 9807e9dea6
commit 320561bd83
2 changed files with 0 additions and 3 deletions

View file

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

View file

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