lavu/vulkan: remove unused field from the execution pool structure

This commit is contained in:
Lynne 2023-07-19 05:38:32 +02:00
parent 97890c2b55
commit 3e3d46309b
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464

View File

@ -208,7 +208,6 @@ typedef struct FFVkExecContext {
} FFVkExecContext;
typedef struct FFVkExecPool {
FFVkQueueFamilyCtx *qf;
FFVkExecContext *contexts;
atomic_int_least64_t idx;