Re: [PATCH][next] amdgpu/dc: remove various variables that are defined but never used

2018-12-20 Thread Alex Deucher
On Tue, Dec 18, 2018 at 8:06 AM Colin King wrote: > > From: Colin Ian King > > There are several variables that are defined and never used and hence can > be removed. Remove them. Cleans up clang -Wunused-const-variable warnings: > > warning: ‘dvi_hdmi_dongle_signature_str’ defined but not used

[PATCH][next] amdgpu/dc: remove various variables that are defined but never used

2018-12-18 Thread Colin King
From: Colin Ian King There are several variables that are defined and never used and hence can be removed. Remove them. Cleans up clang -Wunused-const-variable warnings: warning: ‘dvi_hdmi_dongle_signature_str’ defined but not used warning: ‘dce11_one_lpt_channel_max_resolution’ defined but not