mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
radv: remove unused variable in radv_dump_annotated_shader()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
45ea90ef1f
commit
2aea632292
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue