summaryrefslogtreecommitdiff
path: root/sys/src/9/boot/boot.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-06-16 17:35:07 +0200
committercinap_lenrek <cinap_lenrek@localhost>2011-06-16 17:35:07 +0200
commit5fa804d69fe1c1db6954217bca19637656e579b4 (patch)
treebd09c9bae06b7b997895a566e0584bb09e0a1219 /sys/src/9/boot/boot.c
parent7cd1b102ee03d676b050319eaaefe73309b9b01c (diff)
boot(8): simplify
Diffstat (limited to 'sys/src/9/boot/boot.c')
-rw-r--r--sys/src/9/boot/boot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/boot/boot.c b/sys/src/9/boot/boot.c
index 5d876fa34..35cd482da 100644
--- a/sys/src/9/boot/boot.c
+++ b/sys/src/9/boot/boot.c
@@ -35,7 +35,6 @@ boot(int argc, char *argv[])
readfile("#e/cputype", cputype, sizeof(cputype));
setenv("bootdisk", bootdisk, 0);
- setenv("cpuflag", cpuflag ? "1" : "0", 0);
/* setup the boot namespace */
bind("/boot", "/bin", MAFTER);