summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-11-07 05:01:25 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-11-07 05:01:25 +0000
commitd6a0c2b58dd7093de196ffdb56b456ec626b9f9b (patch)
treed013dd90cecdea17bfd720e334df483b5e44fa7d
parent7c8faeb31f9d870b31ac84b68e70013cfda01939 (diff)
Notes
-rw-r--r--sys/boot/ficl/softwords/softcore.fr3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/ficl/softwords/softcore.fr b/sys/boot/ficl/softwords/softcore.fr
index 4f38ee01d92e..bcc2696b6efd 100644
--- a/sys/boot/ficl/softwords/softcore.fr
+++ b/sys/boot/ficl/softwords/softcore.fr
@@ -121,8 +121,5 @@ decimal 32 constant bl
wordlist constant hidden
: hide hidden dup >search ficl-set-current ;
-\ init - hook for extra startup behavior
-: init ( -- ) s" /boot/boot.4th" fexists if s" /boot/boot.4th" fload then ;
-
\ ** E N D S O F T C O R E . F R