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 05e51659..d9ec3c5b 100644
--- a/layers/vk_layer_table.cpp
+++ b/layers/vk_layer_table.cpp
@@ -96,7 +96,6 @@ VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object) {
}
VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object) {
- // VkLayerInstanceDispatchTable *pDisp = *(VkLayerInstanceDispatchTable **) object;
dispatch_key key = get_dispatch_key(object);
instance_table_map::const_iterator it = map.find((void *)key);
#if DISPATCH_MAP_DEBUG