diff options
Diffstat (limited to 'common/boot_control_stub.h')
-rw-r--r-- | common/boot_control_stub.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/boot_control_stub.h b/common/boot_control_stub.h index 24e5f056..1dfd08bc 100644 --- a/common/boot_control_stub.h +++ b/common/boot_control_stub.h @@ -47,7 +47,6 @@ class BootControlStub : public BootControlInterface { bool MarkSlotUnbootable(BootControlInterface::Slot slot) override; bool SetActiveBootSlot(BootControlInterface::Slot slot) override; bool MarkBootSuccessfulAsync(base::Callback<void(bool)> callback) override; - void Cleanup() override; DynamicPartitionControlInterface* GetDynamicPartitionControl() override; private: |