diff options
Diffstat (limited to 'src/intel/vulkan/anv_queue.c')
-rw-r--r-- | src/intel/vulkan/anv_queue.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel/vulkan/anv_queue.c b/src/intel/vulkan/anv_queue.c index 0a40ebc2e60..03769beccdd 100644 --- a/src/intel/vulkan/anv_queue.c +++ b/src/intel/vulkan/anv_queue.c @@ -751,9 +751,6 @@ VkResult anv_ImportSemaphoreFdKHR( anv_semaphore_impl_cleanup(device, &semaphore->temporary); semaphore->temporary = new_impl; } else { - /* SYNC_FILE must be a temporary import */ - assert(new_impl.type != ANV_SEMAPHORE_TYPE_SYNC_FILE); - anv_semaphore_impl_cleanup(device, &semaphore->permanent); semaphore->permanent = new_impl; } |