Misc: Unreachable code warning fixes

This commit is contained in:
Stenzek
2023-09-05 21:13:14 +10:00
parent be71fb6000
commit adc124c759
13 changed files with 0 additions and 23 deletions

View File

@ -3169,7 +3169,6 @@ bool VulkanDevice::UpdateDescriptorSets(u32 dirty)
default:
UnreachableCode();
return false;
}
}