mesa: drop unneeded assert

As seen a couple  of lines above - there's no way for the assert to
trigger.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Emil Velikov 2016-11-11 16:43:27 +00:00 committed by Emil Velikov
parent 130b12f96a
commit e70d0d22a2
1 changed files with 0 additions and 1 deletions

View File

@ -256,7 +256,6 @@ _mesa_reference_framebuffer_(struct gl_framebuffer **ptr,
*ptr = NULL;
}
assert(!*ptr);
if (fb) {
mtx_lock(&fb->Mutex);