Fix warning introduced by 1.3 changes
authorJames Fitzpatrick <james.fitzpatrick@imgtec.com>
Mon, 20 Sep 2021 13:20:56 +0000 (14:20 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 24 Sep 2021 19:56:37 +0000 (19:56 +0000)
commit42d30b977dd421437663e953159c42eea146cde9
tree092df2ea033c62aebe522e1c94c3ccffd8a2aded
parentc912263f984fa63a4a6979f6573299fbfc957ae6
Fix warning introduced by 1.3 changes

Fixes the following warning in vktApiFeatureInfo.cpp, checkSupportFeatureBitInfluence was replaced by a generic function (checkApiVersionSupport<1,2>) in the changes to add 1.3 support.

.../external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp:1536:6: error: unused function 'checkSupportFeatureBitInfluence' [-Werror,-Wunused-function]
void checkSupportFeatureBitInfluence (Context& context)
     ^
1 error generated.

Components: Vulkan

VK-GL-CTS issue: 3132

Change-Id: Ia1996263f5a95730a50098c747c9f425c7e8a239
external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp