summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordzwdz2022-05-26 19:25:28 +0200
committerdzwdz2022-05-26 19:25:28 +0200
commita4db5b4706236bd266dcc76b77604bfa8599dc14 (patch)
tree6c6ae3e32431bcd7cabd51fdafacabfa0c3d487b
parentef52650c4a0723b242deb72ce2726f6846a6e986 (diff)
init: remove useless macro
-rw-r--r--src/init/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init/main.c b/src/init/main.c
index 06c267a..998db9c 100644
--- a/src/init/main.c
+++ b/src/init/main.c
@@ -8,9 +8,6 @@
#include <shared/syscalls.h>
#include <stdint.h>
-// TODO move to shared header file
-#define argify(str) str, sizeof(str) - 1
-
extern char _bss_start; // provided by the linker
extern char _bss_end;
extern char _initrd;