| commit | ce8c8ee8f9df9bea3b5aedf930dfeba5da46031c | [log] [tgz] |
|---|---|---|
| author | Alex Vakulenko <avakulenko@google.com> | Fri Apr 08 08:59:26 2016 -0700 |
| committer | Alex Vakulenko <avakulenko@google.com> | Fri Apr 08 09:57:45 2016 -0700 |
| tree | 90b975c38219d3a0a72b29a0247a5a4f16c1ec99 | |
| parent | 65566a350469db2c6d2e830846591e1fc0d98922 [diff] |
update_engine: 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: I0afcbc4d85b7ca78149fb29c188d7bcc99d4c80b