aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-08-14 14:55:23 -0600
committerJon Ashburn <jon@lunarg.com>2015-08-24 09:17:44 -0600
commit67bf2a814d612ffce405cb9299150dfd979db6bb (patch)
tree1c05fa8f469edcc5cd2d5ec0cad903f4b252f2f9 /loader/loader.h
parent52d43f9d92c6ea1ca601fa923d20d777b56cd9f3 (diff)
downloadusermoji-67bf2a814d612ffce405cb9299150dfd979db6bb.tar.xz
loader: Remove the device_extension list from from scanned icds, unused
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/loader/loader.h b/loader/loader.h
index 6b3503c9..66eba228 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -197,11 +197,6 @@ struct loader_scanned_icds {
PFN_vkGetGlobalExtensionProperties GetGlobalExtensionProperties;
struct loader_scanned_icds *next;
- /*
- * cache of device extensions for specific ICD,
- * filled in at CreateInstance time
- */
- struct loader_extension_list device_extension_list;
};
static inline struct loader_instance *loader_instance(VkInstance instance) {