aboutsummaryrefslogtreecommitdiff
path: root/layers/vk_layer_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layers/vk_layer_table.cpp')
-rw-r--r--layers/vk_layer_table.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/vk_layer_table.cpp b/layers/vk_layer_table.cpp
index 5dca1c75..cbe80bed 100644
--- a/layers/vk_layer_table.cpp
+++ b/layers/vk_layer_table.cpp
@@ -145,7 +145,6 @@ VkLayerInstanceDispatchTable * initInstanceTable(instance_table_map &map, const
#if DISPATCH_MAP_DEBUG
fprintf(stderr, "New, Instance: map: %p, base object: %p, key: %p, table: %p\n", &map, instancew, *ppDisp, pTable);
#endif
- assert(map.size() <= 1 && "Instance dispatch table map has more than one entry");
} else
{
#if DISPATCH_MAP_DEBUG