summaryrefslogtreecommitdiff
path: root/common/dynamic_partition_control_stub.cc
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-02-19 20:31:12 -0800
committerYifan Hong <elsk@google.com>2020-03-05 16:41:12 +0000
commit9f7743df9664f61891de143889f4145a30df2c4f (patch)
treea9809a8130da5eee80070353948ffb0ddb760445 /common/dynamic_partition_control_stub.cc
parent40bb0d0220193fee56888c3d408154b6457a0b5d (diff)
Delete DynamicPartitionControl::CleanupSuccessfulUpdate
It is replaced with GetCleanupPreviousUpdateAction now. Test: builds Change-Id: I8cb281bf811052d1dfea6c14c8685a90915cafa8
Diffstat (limited to 'common/dynamic_partition_control_stub.cc')
-rw-r--r--common/dynamic_partition_control_stub.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/dynamic_partition_control_stub.cc b/common/dynamic_partition_control_stub.cc
index 70d6768a..3d31e20c 100644
--- a/common/dynamic_partition_control_stub.cc
+++ b/common/dynamic_partition_control_stub.cc
@@ -53,10 +53,6 @@ bool DynamicPartitionControlStub::FinishUpdate() {
return true;
}
-ErrorCode DynamicPartitionControlStub::CleanupSuccessfulUpdate() {
- return ErrorCode::kError;
-}
-
std::unique_ptr<AbstractAction>
DynamicPartitionControlStub::GetCleanupPreviousUpdateAction(
BootControlInterface* boot_control,