diff options
Diffstat (limited to 'common/boot_control_interface.h')
-rw-r--r-- | common/boot_control_interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/boot_control_interface.h b/common/boot_control_interface.h index 1242393a..41fe4eaf 100644 --- a/common/boot_control_interface.h +++ b/common/boot_control_interface.h @@ -85,9 +85,6 @@ class BootControlInterface { // of the operation. virtual bool MarkBootSuccessfulAsync(base::Callback<void(bool)> callback) = 0; - // Do necessary clean-up operations after the whole update. - virtual void Cleanup() = 0; - // Return the dynamic partition control interface. virtual DynamicPartitionControlInterface* GetDynamicPartitionControl() = 0; |