diff options
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(); |