diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-06-30 16:44:28 -0600 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-07-01 10:29:45 -0600 |
| commit | a38cdfcca1b01db046f85dd33fbc947725dc3cc2 (patch) | |
| tree | 521a1ec271140817caf506328897e7c383751a6c /loader/debug_report.c | |
| parent | 7ddece584fbfde91655486701fbf24afc9082e55 (diff) | |
| download | usermoji-a38cdfcca1b01db046f85dd33fbc947725dc3cc2.tar.xz | |
loader: Remove uneeded ICD and layers scanned boolean
Artifact of when layers and ICDs weren't scanned initially.
Diffstat (limited to 'loader/debug_report.c')
| -rw-r--r-- | loader/debug_report.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c index adebe44c..498faf8a 100644 --- a/loader/debug_report.c +++ b/loader/debug_report.c @@ -138,8 +138,6 @@ VkResult loader_DbgCreateMsgCallback( if (instance == VK_NULL_HANDLE) return VK_ERROR_INVALID_HANDLE; - assert(loader.icds_scanned); - for (inst = loader.instances; inst; inst = inst->next) { if ((VkInstance) inst == instance) break; @@ -209,8 +207,6 @@ VkResult loader_DbgDestroyMsgCallback( if (instance == VK_NULL_HANDLE) return VK_ERROR_INVALID_HANDLE; - assert(loader.icds_scanned); - for (inst = loader.instances; inst; inst = inst->next) { if ((VkInstance) inst == instance) break; |
