diff options
Diffstat (limited to 'boot_control_android.cc')
-rw-r--r-- | boot_control_android.cc | 4 |
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(); } |