diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-01 08:10:41 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-06-06 14:36:42 -0600 |
| commit | 94f1e85b7287f93a4286fb5769816ed07af1ec23 (patch) | |
| tree | a91ee710690cc0edd3f284bf34ebc431c18190db /layers/unique_objects.h | |
| parent | 0eddd2d71aa48e19b9841cdd345d031991b4d80a (diff) | |
| download | usermoji-94f1e85b7287f93a4286fb5769816ed07af1ec23.tar.xz | |
layers: Remove device_extensions.h from unique objs
Was not being used.
Change-Id: I498b40bd0ee29d4e1ef478b0570947ef2315144e
Diffstat (limited to 'layers/unique_objects.h')
| -rw-r--r-- | layers/unique_objects.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layers/unique_objects.h b/layers/unique_objects.h index 60c20a39..57b9dbf3 100644 --- a/layers/unique_objects.h +++ b/layers/unique_objects.h @@ -24,7 +24,6 @@ #include "vk_layer_data.h" #include "vk_safe_struct.h" #include "vk_layer_utils.h" -#include "device_extensions.h" #include "mutex" #pragma once @@ -56,8 +55,6 @@ struct instance_layer_data { VkDebugReportCallbackEXT *tmp_callbacks; std::unordered_map<uint64_t, uint64_t> unique_id_mapping; // Map uniqueID to actual object handle - - InstanceExtensions extensions = {}; }; struct layer_data { |
