diff options
author | Yifan Hong <elsk@google.com> | 2019-11-07 11:03:42 -0800 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2019-11-13 03:12:37 +0000 |
commit | 9194ce85caaf49d0ed68b305212f85226d18331f (patch) | |
tree | 1639ea21a1d43ebacb04e85261ba25c647246032 /common/boot_control_interface.h | |
parent | 02e2b6b80ce870f9d0fbf9c9f048ab9b11bbc51f (diff) |
Remove BootControlInterface::Cleanup
It is just a wrapper around GetDynamicPartitionControl()->Cleanup().
Delete it and let callers call it instead.
Test: update_engine_unittests
Change-Id: I068228a43dac122828c28bbc49a0f6f77e5b6ff2
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; |