util: rename list_empty() to list_is_empty()
[mesa.git] / src / gallium / auxiliary / driver_ddebug / dd_context.c
index 311eca7c1ae05a17f558070996ea699d682c4354..40da6cf41c7073bb59f5106d3779d6ee7280119d 100644 (file)
@@ -623,7 +623,7 @@ dd_context_destroy(struct pipe_context *_pipe)
    mtx_destroy(&dctx->mutex);
    cnd_destroy(&dctx->cond);
 
-   assert(list_empty(&dctx->records));
+   assert(list_is_empty(&dctx->records));
 
    if (pipe->set_log_context) {
       pipe->set_log_context(pipe, NULL);