about summary refs log tree commit diff
path: root/boot/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/build.c')
-rw-r--r--boot/build.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/boot/build.c b/boot/build.c
index 5d902d6..1c95414 100644
--- a/boot/build.c
+++ b/boot/build.c
@@ -28,9 +28,6 @@
 #error "MUSL_DEV not defined"
 #endif
 
-const ascii* musl_lib = MUSL_LIB;
-const ascii* musl_dev = MUSL_DEV;
-
 struct Compiler_Command_Result
 {
     integer exit_code;