summaryrefslogtreecommitdiffstats
path: root/loader/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/method.c')
-rw-r--r--loader/method.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/loader/method.c b/loader/method.c
index 503f6c13b..3ca669fa9 100644
--- a/loader/method.c
+++ b/loader/method.c
@@ -418,12 +418,6 @@ void copyProductImg(char * path) {
}
}
-/* unmount a second stage, if mounted. Used for CDs and mediacheck mostly,
- so we can eject CDs. */
-void umountStage2(void) {
- umountLoopback("/mnt/runtime", "/dev/loop0");
-}
-
/** Bind the uncompressed second stage to /mnt/runtime.
*
* return 0 on success, 1 on failure to mount.