summaryrefslogtreecommitdiff
path: root/boot_control_chromeos.cc
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 /boot_control_chromeos.cc
parent182bdd2faf736a11a42a56b2aebd1fb3eba1227c (diff)
parented0390904ed344353fa2fb171afe1f7359375366 (diff)
Remove BootControlInterface::Cleanup am: 9194ce85ca
am: ed0390904e Change-Id: Iba37c23e6f71cb01ce63dc257401df5d7b4490f8
Diffstat (limited to 'boot_control_chromeos.cc')
-rw-r--r--boot_control_chromeos.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/boot_control_chromeos.cc b/boot_control_chromeos.cc
index 6f50176c..e972d411 100644
--- a/boot_control_chromeos.cc
+++ b/boot_control_chromeos.cc
@@ -329,8 +329,6 @@ int BootControlChromeOS::GetPartitionNumber(
return -1;
}
-void BootControlChromeOS::Cleanup() {}
-
DynamicPartitionControlInterface*
BootControlChromeOS::GetDynamicPartitionControl() {
return dynamic_partition_control_.get();