diff options
author | Yifan Hong <elsk@google.com> | 2020-02-19 20:31:12 -0800 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2020-03-05 16:41:12 +0000 |
commit | 9f7743df9664f61891de143889f4145a30df2c4f (patch) | |
tree | a9809a8130da5eee80070353948ffb0ddb760445 /common/dynamic_partition_control_stub.h | |
parent | 40bb0d0220193fee56888c3d408154b6457a0b5d (diff) |
Delete DynamicPartitionControl::CleanupSuccessfulUpdate
It is replaced with GetCleanupPreviousUpdateAction now.
Test: builds
Change-Id: I8cb281bf811052d1dfea6c14c8685a90915cafa8
Diffstat (limited to 'common/dynamic_partition_control_stub.h')
-rw-r--r-- | common/dynamic_partition_control_stub.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/dynamic_partition_control_stub.h b/common/dynamic_partition_control_stub.h index 92e99221..9be988b3 100644 --- a/common/dynamic_partition_control_stub.h +++ b/common/dynamic_partition_control_stub.h @@ -40,7 +40,6 @@ class DynamicPartitionControlStub : public DynamicPartitionControlInterface { uint64_t* required_size) override; bool FinishUpdate() override; - ErrorCode CleanupSuccessfulUpdate() override; std::unique_ptr<AbstractAction> GetCleanupPreviousUpdateAction( BootControlInterface* boot_control, PrefsInterface* prefs, |