intel: remove dead code

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
This commit is contained in:
Eric Engestrom 2017-04-09 22:48:46 +01:00 committed by Eric Engestrom
parent 47521438eb
commit 3f1df25e0b

View file

@ -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