commit | 6dfcedf39dd182e0041b22735c64ed5eb7b8afbf | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Thu Mar 25 11:17:03 2021 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Thu Mar 25 21:17:11 2021 +0000 |
tree | 556d8a40a9597f2bfbb12a9668f7a3e94c5ae2c7 | |
parent | cb45c1389f6228711c23740881c1fb5aab310405 [diff] |
CachedSet::hasBufferUpdate: remove iterator param Bug: 183735906 Test: libcompositionengine_test Although this iterator was incremented, its value is never accessed, and it is just a copy of the caller's iterator. Removing it has no effect besides simplifying the code. Change-Id: Iab37107d199c8b441184a49d35a34bc67293b741