summaryrefslogtreecommitdiff
path: root/common/boot_control_interface.h
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2019-11-12 19:33:37 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-12 19:33:37 -0800
commitdb7683d29e90a4b0afab1fe06ab0eeb760c881cc (patch)
tree1639ea21a1d43ebacb04e85261ba25c647246032 /common/boot_control_interface.h
parent182bdd2faf736a11a42a56b2aebd1fb3eba1227c (diff)
parented0390904ed344353fa2fb171afe1f7359375366 (diff)
Remove BootControlInterface::Cleanup am: 9194ce85ca
am: ed0390904e Change-Id: Iba37c23e6f71cb01ce63dc257401df5d7b4490f8
Diffstat (limited to 'common/boot_control_interface.h')
-rw-r--r--common/boot_control_interface.h3
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;