commit | 5d97c76049e7d19e440ba584e980b094d1434926 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Jun 14 17:46:23 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 14 17:46:23 2023 +0000 |
tree | 45a8efd74f7db9c60703c1576513a7e9b3ec57dc | |
parent | b2d95c39e79d08adfea75008d5ee27d5226b56b1 [diff] | |
parent | cd20dd4b56b1f778d3737335c001e4ea81de3490 [diff] |
Merge "remove redundant symbols"
diff --git a/services/audiopolicy/engine/common/src/ProductStrategy.cpp b/services/audiopolicy/engine/common/src/ProductStrategy.cpp index 1d3ad1c..0d25955 100644 --- a/services/audiopolicy/engine/common/src/ProductStrategy.cpp +++ b/services/audiopolicy/engine/common/src/ProductStrategy.cpp
@@ -155,7 +155,7 @@ return iter.second->getId(); } if (score > matchScore) { - bestStrategyOrdefault = iter.second->getId();; + bestStrategyOrdefault = iter.second->getId(); matchScore = score; } }