summaryrefslogtreecommitdiff
path: root/boot_control_android.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_android.cc
parent182bdd2faf736a11a42a56b2aebd1fb3eba1227c (diff)
parented0390904ed344353fa2fb171afe1f7359375366 (diff)
Remove BootControlInterface::Cleanup am: 9194ce85ca
am: ed0390904e Change-Id: Iba37c23e6f71cb01ce63dc257401df5d7b4490f8
Diffstat (limited to 'boot_control_android.cc')
-rw-r--r--boot_control_android.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/boot_control_android.cc b/boot_control_android.cc
index 43b2c594..9f736b7e 100644
--- a/boot_control_android.cc
+++ b/boot_control_android.cc
@@ -74,10 +74,6 @@ bool BootControlAndroid::Init() {
return true;
}
-void BootControlAndroid::Cleanup() {
- dynamic_control_->Cleanup();
-}
-
unsigned int BootControlAndroid::GetNumSlots() const {
return module_->getNumberSlots();
}