anv: Delete ANV_SEMAPHORE_TYPE_DUMMY

It's never set as a semaphore type.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13427>
This commit is contained in:
Jason Ekstrand
2021-10-20 09:33:11 -05:00
parent e3fda7ae78
commit dc62695c3a
3 changed files with 0 additions and 4 deletions

View File

@@ -2290,7 +2290,6 @@ anv_semaphore_impl_cleanup(struct anv_device *device,
{
switch (impl->type) {
case ANV_SEMAPHORE_TYPE_NONE:
case ANV_SEMAPHORE_TYPE_DUMMY:
/* Dummy. Nothing to do */
break;