aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2018-02-27 14:31:31 +1000
committerDave Airlie <[email protected]>2018-02-28 09:03:26 +1000
commit6bafd4f4dd3b22a87bc904251bfe16db943176b1 (patch)
treef534743a6445a439147e2a3d16385fa514c3fbe7 /src/amd
parenta050ea60eef9c457a3d5185aa551631df0c35bec (diff)
radv: remove device pointer from buffer.
This is never used. Reviewed-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r--src/amd/vulkan/radv_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index 797bc8cd0ae..c72df5a737d 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -736,7 +736,6 @@ struct radv_descriptor_update_template {
};
struct radv_buffer {
- struct radv_device * device;
VkDeviceSize size;
VkBufferUsageFlags usage;