summaryrefslogtreecommitdiffstats
path: root/recovery_ui/ui.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2020-03-13 22:25:02 +0100
committerTianjie Xu <xunchang@google.com>2020-03-14 00:09:48 +0100
commit00c4aba9bf428717fc00e26a03e97401eca76ee8 (patch)
tree9e972783e02a3969c3e38aaf1a687f07f56b779c /recovery_ui/ui.cpp
parentMerge "Merge stage-aosp-master to aosp-master - DO NOT MERGE" (diff)
downloadandroid_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.gz
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.bz2
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.lz
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.xz
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.zst
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.zip
Diffstat (limited to 'recovery_ui/ui.cpp')
-rw-r--r--recovery_ui/ui.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/recovery_ui/ui.cpp b/recovery_ui/ui.cpp
index 6f5cbbca6..330721773 100644
--- a/recovery_ui/ui.cpp
+++ b/recovery_ui/ui.cpp
@@ -375,9 +375,6 @@ void RecoveryUI::ProcessKey(int key_code, int updown) {
case RecoveryUI::REBOOT:
if (reboot_enabled) {
Reboot("userrequested,recovery,ui");
- while (true) {
- pause();
- }
}
break;