From 99e62f5ce892367ec50a66d946c21ba6d709a5d4 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 23 Sep 2015 14:21:16 -0700 Subject: [PATCH] anv/allocator: Delete the unused center_fd_offset from anv_block_pool --- src/vulkan/anv_private.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/vulkan/anv_private.h b/src/vulkan/anv_private.h index 667f9dd..fa91006 100644 --- a/src/vulkan/anv_private.h +++ b/src/vulkan/anv_private.h @@ -254,9 +254,6 @@ struct anv_block_pool { struct anv_bo bo; - /* Offset from the start of the memfd to the "center" of the block pool. */ - uint32_t center_fd_offset; - /* The offset from the start of the bo to the "center" of the block * pool. Pointers to allocated blocks are given by * bo.map + center_bo_offset + offsets. -- 2.7.4