summaryrefslogtreecommitdiffstats
path: root/pbl
diff options
context:
space:
mode:
Diffstat (limited to 'pbl')
-rw-r--r--pbl/misc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pbl/misc.c b/pbl/misc.c
index 9065bf0855..7e76120a68 100644
--- a/pbl/misc.c
+++ b/pbl/misc.c
@@ -13,9 +13,3 @@ void __noreturn panic(const char *fmt, ...)
{
while(1);
}
-
-void __noreturn start_barebox(void)
-{
- /* Should never be here in the pbl */
- hang();
-}