commit | 7a61b6897693dfb23753124a3aaa900e88035d39 | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Sat Jan 20 20:06:50 2018 -0800 |
committer | Lajos Molnar <lajos@google.com> | Sat Jan 20 21:35:20 2018 -0800 |
tree | 5281dc44f189527d284cc6f16e3b926477e97942 | |
parent | da98abadbca65909dbd8b040eddd4b1a2b7633e8 [diff] |
Codec2: remove unneeded const from query/commit methods const std::vector<C2Param *> already enforces const pointer members (C2Param *const). However, it is nearly impossible to construct a vector of const pointer values as they are not resizable. Bug: 64121714 Change-Id: If8bbf0e4da522a26d8dc64e3c9e507b5c4b36dab