summaryrefslogtreecommitdiff
path: root/src/init
diff options
context:
space:
mode:
Diffstat (limited to 'src/init')
-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;