diff --git a/src/util/threadpool.h b/src/util/threadpool.h index 5714b0bb20..8b8c6768a8 100644 --- a/src/util/threadpool.h +++ b/src/util/threadpool.h @@ -42,7 +42,6 @@ void virThreadPoolFree(virThreadPoolPtr pool); int virThreadPoolSendJob(virThreadPoolPtr pool, void *jobdata) ATTRIBUTE_NONNULL(1) - ATTRIBUTE_NONNULL(2) ATTRIBUTE_RETURN_CHECK; #endif