commit | 6f3e3f2e42fa8ee9eeae9cce670da79e3664d4f6 | [log] [tgz] |
---|---|---|
author | Srinivas Rao Narne <snarne@codeaurora.org> | Tue Feb 20 17:53:08 2018 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Feb 26 15:50:06 2018 -0800 |
tree | f34b1787a00f4aceb15a10ddc9ee17cee5148fe1 | |
parent | cf5dd89532e43d111d8a9298abac7014bb7b63b8 [diff] |
Remove Unused Variable to Fix Compilation Error Change-Id: I5bd784dd9ebbd1905fb0727bf69fd2f6cbb00e36
diff --git a/sdm/libs/core/display_hdmi.cpp b/sdm/libs/core/display_hdmi.cpp index 1f1a051..2076fe5 100644 --- a/sdm/libs/core/display_hdmi.cpp +++ b/sdm/libs/core/display_hdmi.cpp
@@ -170,7 +170,6 @@ uint32_t DisplayHDMI::GetBestConfig(HWS3DMode s3d_mode) { uint32_t best_index = 0, index; uint32_t num_modes = 0; - HWDisplayAttributes best_attrib; hw_intf_->GetNumDisplayAttributes(&num_modes);