From: Alexander Galazin Date: Fri, 11 Oct 2019 10:39:11 +0000 (+0200) Subject: Remove superfluous call to createCustomDevice X-Git-Tag: upstream/1.3.5~1624^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=307460f2e865270d6ca8d808764eb3602bbd8544;p=platform%2Fupstream%2FVK-GL-CTS.git Remove superfluous call to createCustomDevice Components: Vulkan Change-Id: I7982ff1203b8eaeccfdd4b3a6b9bc3ab0b688721 --- diff --git a/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp b/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp index 43c8257..60b04f7 100644 --- a/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp +++ b/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp @@ -157,7 +157,6 @@ class MultiQueues &context.getDeviceFeatures() //const VkPhysicalDeviceFeatures* pEnabledFeatures; }; - m_logicalDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.getPlatformInterface(), context.getInstance(), instance, physicalDevice, &deviceInfo); if (timelineSemaphore && !context.getTimelineSemaphoreFeatures().timelineSemaphore) TCU_THROW(NotSupportedError, "Timeline semaphore not supported");