diff options
author | Tom Rix <trix@redhat.com> | 2023-04-14 11:08:30 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-04-18 16:28:54 -0400 |
commit | 94344e62a9ce8abcf681390f9822a7b075cf98e2 (patch) | |
tree | bebf8802c78d30abbed2a84cd53ce33d2addf113 /drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | |
parent | 1fa8d710573f02ae9118bc5f53e7ede09d6920da (diff) |
drm/amd/display: remove unused variable oldest_index
cpp_check reports
drivers/gpu/drm/amd/display/modules/freesync/freesync.c:1143:17: style: Variable
'oldest_index' is assigned a value that is never used. [unreadVariable]
oldest_index = 0;
^
This variable is not used so remove.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c')
0 files changed, 0 insertions, 0 deletions