about summary refs log tree commit diff
path: root/boot/build.c
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-01-25 00:57:56 +0100
committerMel <mel@rnrd.eu>2026-01-25 00:57:56 +0100
commit4dc6b49db40eaebf700d5c26c93c5f33b3db60ac (patch)
tree8b1450f743e27016ae4d78780a5e0e4901622bdc /boot/build.c
parentfce4a99dbfab5af623bb05d9e10807efeced5a47 (diff)
downloadcatskill-4dc6b49db40eaebf700d5c26c93c5f33b3db60ac.tar.zst
catskill-4dc6b49db40eaebf700d5c26c93c5f33b3db60ac.zip
Allow different transpile pass output types
Signed-off-by: Mel <mel@rnrd.eu>
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;