Module: Mesa Branch: master Commit: 2aea6322923746aa182cb33e68be0dde39d41e1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2aea6322923746aa182cb33e68be0dde39d41e1a
Author: Samuel Pitoiset <[email protected]> Date: Fri Sep 22 18:21:34 2017 +0200 radv: remove unused variable in radv_dump_annotated_shader() Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> --- src/amd/vulkan/radv_debug.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/vulkan/radv_debug.c b/src/amd/vulkan/radv_debug.c index 9fedab4e26..97ccfac694 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; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
