intel: Fix compile warning. libdrm-2.4.0
authorEric Anholt <eric@anholt.net>
Tue, 14 Oct 2008 20:33:38 +0000 (13:33 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 14 Oct 2008 20:33:38 +0000 (13:33 -0700)
libdrm/intel/intel_bufmgr_fake.c

index cfe9a73..8e476c4 100644 (file)
@@ -732,7 +732,6 @@ static void
 dri_fake_bo_wait_rendering(dri_bo *bo)
 {
    dri_bufmgr_fake *bufmgr_fake = (dri_bufmgr_fake *)bo->bufmgr;
-   dri_bo_fake *bo_fake = (dri_bo_fake *)bo;
 
    pthread_mutex_lock(&bufmgr_fake->lock);
    dri_fake_bo_wait_rendering_locked(bo);