aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.4th12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th
index 8ffb02dd81ff..234453c6d829 100644
--- a/sys/boot/forth/loader.4th
+++ b/sys/boot/forth/loader.4th
@@ -24,18 +24,6 @@
\
\ $FreeBSD$
-s" arch-alpha" environment? [if] [if]
- s" loader_version" environment? [if]
- 12 < [if]
- .( Loader version 1.2+ required) cr
- abort
- [then]
- [else]
- .( Could not get loader version!) cr
- abort
- [then]
-[then] [then]
-
s" arch-i386" environment? [if] [if]
s" loader_version" environment? [if]
11 < [if]