aboutsummaryrefslogtreecommitdiff
path: root/sys/libn/memory.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-18 19:45:40 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-18 19:45:40 -0700
commit425ef692da7e74112f88f0b368f3286dba84f846 (patch)
treed45729e90010e8d8c539031c3b72165f6884575d /sys/libn/memory.c
parent0522b4bf4e125b7ceb67f7177db692aed3a0ebf9 (diff)
feat: working parser for rc shell language
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;