diff --git a/src/vulkan/device.c b/src/vulkan/device.c index 731cd8f32a4..4dc527e9f0f 100644 --- a/src/vulkan/device.c +++ b/src/vulkan/device.c @@ -434,9 +434,6 @@ VkResult anv_DestroyDevice( { struct anv_device *device = (struct anv_device *) _device; - /* FIXME: We should make device destruction actually safe. */ - return VK_UNSUPPORTED; - anv_compiler_destroy(device->compiler); anv_queue_finish(&device->queue);