commit | 2cbe30f7b4ea3b06bfbdbefefd0fe152a29f55fb | [log] [tgz] |
---|---|---|
author | Alex Vakulenko <avakulenko@google.com> | Fri Apr 08 08:58:08 2016 -0700 |
committer | Alex Vakulenko <avakulenko@google.com> | Fri Apr 08 09:59:05 2016 -0700 |
tree | 248c9e811aa7e6876a57e98a179d006bf43905b1 | |
parent | de022a7dbddf11479e77323e20c136c61db7b374 [diff] |
metricsd: Remove release/aquire semantic from scoped_ptr/unique_ptr Now that scoped_ptr is just a type alias to unique_ptr, there is no longer a need to convert between the two by using .release() and constructing the other with a raw pointer. BUG: None TEST: Built for dragonboard, all unit tests pass (except for update_engine, but those tests failed before these changes too). Change-Id: Ibf0a094805d22d00ca10e1c67f68efb08c8677df