From 11e941900ad222bebc0142f58f78c70fe335caa9 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 9 Jun 2015 16:28:46 -0700 Subject: [PATCH] vk/device: Actually allow destruction --- src/vulkan/device.c | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.30.2