summaryrefslogtreecommitdiffstats
path: root/reboot.c
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-09-14 19:33:53 +0200
committerDees_Troy <dees_troy@teamw.in>2012-09-14 19:36:32 +0200
commit38bd760b589d405db9a2e6bf304f07d1b0bae342 (patch)
tree8f7dd4ccdcf52ea8b85007bdbeb7d682c1119815 /reboot.c
parentMake text appear in GUI console, Zip install works. (diff)
downloadandroid_bootable_recovery-38bd760b589d405db9a2e6bf304f07d1b0bae342.tar
android_bootable_recovery-38bd760b589d405db9a2e6bf304f07d1b0bae342.tar.gz
android_bootable_recovery-38bd760b589d405db9a2e6bf304f07d1b0bae342.tar.bz2
android_bootable_recovery-38bd760b589d405db9a2e6bf304f07d1b0bae342.tar.lz
android_bootable_recovery-38bd760b589d405db9a2e6bf304f07d1b0bae342.tar.xz
android_bootable_recovery-38bd760b589d405db9a2e6bf304f07d1b0bae342.tar.zst
android_bootable_recovery-38bd760b589d405db9a2e6bf304f07d1b0bae342.zip
Diffstat (limited to 'reboot.c')
-rw-r--r--reboot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/reboot.c b/reboot.c
index 0fbda8176..9d87ff21d 100644
--- a/reboot.c
+++ b/reboot.c
@@ -42,8 +42,6 @@ int tw_reboot(RebootCommand command)
// Always force a sync before we reboot
sync();
- ensure_path_unmounted("/sdcard");
-
switch (command)
{
case rb_current: