mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 17:30:09 +01:00
intel: remove dead code
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
This commit is contained in:
parent
47521438eb
commit
3f1df25e0b
1 changed files with 0 additions and 1 deletions
|
|
@ -659,7 +659,6 @@ drm_intel_gem_bo_busy(drm_intel_bo *bo)
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return (ret == 0 && busy.busy);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue