Fix gcc 6.3 warnings
authorAlexander Galazin <alexander.galazin@arm.com>
Wed, 5 Jul 2017 13:29:21 +0000 (15:29 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 5 Jul 2017 13:32:24 +0000 (09:32 -0400)
Components: Vulkan

Change-Id: I0e4f8d09fef5a6d08a7b7db975de4a68879ea3f8

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

index 9154930..51a8360 100644 (file)
@@ -152,11 +152,6 @@ bool DeviceId::operator== (const DeviceId& other) const
        return deMemCmp(m_deviceUUID, other.m_deviceUUID, sizeof(m_deviceUUID)) == 0;
 }
 
-bool DeviceId::operator|= (const DeviceId& other) const
-{
-       return !(*this == other);
-}
-
 DeviceId getDeviceId (const vk::InstanceInterface&     vki,
                                          vk::VkPhysicalDevice                  physicalDevice)
 {