Skip to content

Commit

Permalink
loader: Remove illegal asssignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lenny-lunarg committed Aug 3, 2020
1 parent 683914a commit 340aeb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loader/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -7953,7 +7953,6 @@ VkResult setupLoaderTermPhysDevGroups(struct loader_instance *inst) {
for (uint32_t icd_idx = 0; NULL != icd_term; icd_term = icd_term->next, icd_idx++) {
uint32_t count_this_time = total_count - cur_icd_group_count;

local_phys_dev_groups[cur_icd_group_count].physicalDeviceCount = 0;
// Check if this group can be sorted
#if defined(VK_USE_PLATFORM_WIN32_KHR)
bool icd_sorted = icd_term->scanned_icd->EnumerateAdapterPhysicalDevices != NULL;
Expand Down

0 comments on commit 340aeb5

Please sign in to comment.