diff options
author | Jason Ekstrand <[email protected]> | 2015-09-23 14:21:16 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-09-24 08:41:56 -0700 |
commit | 99e62f5ce892367ec50a66d946c21ba6d709a5d4 (patch) | |
tree | 163edcff8d05b67261f4a41428ccc196b1e540a2 /src/vulkan/anv_private.h | |
parent | 429665823d6f9ed401d9a74cd77877619d0ff782 (diff) |
anv/allocator: Delete the unused center_fd_offset from anv_block_pool
Diffstat (limited to 'src/vulkan/anv_private.h')
-rw-r--r-- | src/vulkan/anv_private.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vulkan/anv_private.h b/src/vulkan/anv_private.h index 667f9ddbf3c..fa910064945 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. |