diff options
| author | Yifan Hong <elsk@google.com> | 2020-02-19 20:31:12 -0800 |
|---|---|---|
| committer | Yifan Hong <elsk@google.com> | 2020-03-05 08:48:57 -0800 |
| commit | 346adaa70219bed369f07724e596e65679db4a81 (patch) | |
| tree | 661ca9eb5c6b8035b9f4536d77614da579c413e1 /common/dynamic_partition_control_stub.h | |
| parent | b45ec66aafec59a108769edd1777ac8b7ea32e63 (diff) | |
Delete DynamicPartitionControl::CleanupSuccessfulUpdate
It is replaced with GetCleanupPreviousUpdateAction now.
Test: builds
Bug: 147696014
Change-Id: I8cb281bf811052d1dfea6c14c8685a90915cafa8
Merged-In: 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, |
