aboutsummaryrefslogtreecommitdiff
path: root/sys/libn/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libn/memory.c')
-rw-r--r--sys/libn/memory.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/libn/memory.c b/sys/libn/memory.c
index 31f910e..999819b 100644
--- a/sys/libn/memory.c
+++ b/sys/libn/memory.c
@@ -194,8 +194,3 @@ memset64(void *dst, uint64 val, uintptr size)
((byte*)dst)[i] = ((byte*)&val)[i&7];
}
}
-
-// -------------------------------------------------------------------------
-// First argument
-
-char *argv0;