diff options
author | Samuel Pitoiset <[email protected]> | 2017-09-22 18:21:34 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-09-25 10:46:57 +0200 |
commit | 2aea6322923746aa182cb33e68be0dde39d41e1a (patch) | |
tree | ff98e758fcf35dd7fba9d429c4a10434ba78e1a8 /src/amd/vulkan/radv_debug.c | |
parent | 45ea90ef1f1018d51f7c58e1de593f8534c14e00 (diff) |
radv: remove unused variable in radv_dump_annotated_shader()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_debug.c')
-rw-r--r-- | src/amd/vulkan/radv_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_debug.c b/src/amd/vulkan/radv_debug.c index 9fedab4e26b..97ccfac694f 100644 --- a/src/amd/vulkan/radv_debug.c +++ b/src/amd/vulkan/radv_debug.c @@ -373,7 +373,6 @@ radv_dump_annotated_shader(struct radv_pipeline *pipeline, struct ac_wave_info *waves, unsigned num_waves, FILE *f) { - struct radv_device *device = pipeline->device; uint64_t start_addr, end_addr; unsigned i; |