comp: Remove unused macro

This commit is contained in:
Ryan Pavlik 2020-11-24 17:36:36 -06:00 committed by Jakob Bornecrantz
parent 535f20b503
commit 8b4e3aafa5

View file

@ -669,7 +669,6 @@ find_get_instance_proc_addr(struct comp_compositor *c)
VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME, \
VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME, \
VK_KHR_SURFACE_EXTENSION_NAME
#define MAKE_ARRAY_ELT(NAME) NAME,
static const char *instance_extensions_none[] = {
COMP_INSTANCE_EXTENSIONS_COMMON};