anv/allocator: Delete the unused center_fd_offset from anv_block_pool
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 23 Sep 2015 21:21:16 +0000 (14:21 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 24 Sep 2015 15:41:56 +0000 (08:41 -0700)
src/vulkan/anv_private.h

index 667f9ddbf3c90eda28609f716e12073d815b9c59..fa9100649454bf1897bfbd1d5b8e70d3650bd2e7 100644 (file)
@@ -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.