diff options
author | Yifan Hong <elsk@google.com> | 2019-11-12 19:33:37 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-11-12 19:33:37 -0800 |
commit | db7683d29e90a4b0afab1fe06ab0eeb760c881cc (patch) | |
tree | 1639ea21a1d43ebacb04e85261ba25c647246032 /common/boot_control_stub.cc | |
parent | 182bdd2faf736a11a42a56b2aebd1fb3eba1227c (diff) | |
parent | ed0390904ed344353fa2fb171afe1f7359375366 (diff) |
Remove BootControlInterface::Cleanup am: 9194ce85ca
am: ed0390904e
Change-Id: Iba37c23e6f71cb01ce63dc257401df5d7b4490f8
Diffstat (limited to 'common/boot_control_stub.cc')
-rw-r--r-- | common/boot_control_stub.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/boot_control_stub.cc b/common/boot_control_stub.cc index 3d2b6d0a..d198e9d4 100644 --- a/common/boot_control_stub.cc +++ b/common/boot_control_stub.cc @@ -63,10 +63,6 @@ bool BootControlStub::MarkBootSuccessfulAsync( return false; } -void BootControlStub::Cleanup() { - LOG(ERROR) << __FUNCTION__ << " should never be called."; -} - DynamicPartitionControlInterface* BootControlStub::GetDynamicPartitionControl() { return dynamic_partition_control_.get(); |