aboutsummaryrefslogtreecommitdiff
path: root/layers/layers_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layers/layers_table.cpp')
-rw-r--r--layers/layers_table.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/layers_table.cpp b/layers/layers_table.cpp
index 51baf2eb..5d1b9cf9 100644
--- a/layers/layers_table.cpp
+++ b/layers/layers_table.cpp
@@ -95,7 +95,6 @@ void destroy_instance_dispatch_table(dispatch_key key)
VkLayerDispatchTable *get_dispatch_table(device_table_map &map, VkObject object)
{
-// VkLayerDispatchTable *pDisp = *(VkLayerDispatchTable **) object;
dispatch_key key = get_dispatch_key(object);
device_table_map::const_iterator it = map.find((void *) key);
#if DISPATCH_MAP_DEBUG