summaryrefslogtreecommitdiff
path: root/common/dynamic_partition_control_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dynamic_partition_control_interface.h')
-rw-r--r--common/dynamic_partition_control_interface.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/dynamic_partition_control_interface.h b/common/dynamic_partition_control_interface.h
index 8de9d76a..952e8d4d 100644
--- a/common/dynamic_partition_control_interface.h
+++ b/common/dynamic_partition_control_interface.h
@@ -84,15 +84,6 @@ class DynamicPartitionControlInterface {
// this function to indicate writes to new partitions are done.
virtual bool FinishUpdate() = 0;
- // Deprecated. Use GetCleanupPreviousUpdateAction instead.
- // Before applying the next update, call this function to clean up previous
- // update files. This function blocks until delta files are merged into
- // current OS partitions and finished cleaning up.
- // - If successful, return kSuccess.
- // - If any error, but caller should retry after reboot, return kError.
- // - If any irrecoverable failures, return kDeviceCorrupted.
- virtual ErrorCode CleanupSuccessfulUpdate() = 0;
-
// Get an action to clean up previous update.
// Return NoOpAction on non-Virtual A/B devices.
// Before applying the next update, run this action to clean up previous