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