From 425ef692da7e74112f88f0b368f3286dba84f846 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 18 Jun 2020 19:45:40 -0700 Subject: feat: working parser for rc shell language --- sys/libn/memory.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/libn/memory.c') 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; -- cgit v1.2.1