Remove superfluous call to createCustomDevice
authorAlexander Galazin <alexander.galazin@arm.com>
Fri, 11 Oct 2019 10:39:11 +0000 (12:39 +0200)
committerAlexander Galazin <alexander.galazin@arm.com>
Fri, 11 Oct 2019 10:39:15 +0000 (12:39 +0200)
Components: Vulkan

Change-Id: I7982ff1203b8eaeccfdd4b3a6b9bc3ab0b688721

external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp

index 43c8257..60b04f7 100644 (file)
@@ -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");