diff options
| author | forsyth <forsyth@vitanuova.com> | 2013-09-07 11:32:50 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2013-09-07 11:32:50 +0100 |
| commit | 715a866f4203b352703247b51de6e9e29894384b (patch) | |
| tree | 25bb12c7033cd75b28a46b92b839c7c9505e2c0f /libkern/memmove.c | |
| parent | 86c8d15162050ac1bbb2de38961263da3a4b1f87 (diff) | |
20130907-1132
Diffstat (limited to 'libkern/memmove.c')
| -rw-r--r-- | libkern/memmove.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libkern/memmove.c b/libkern/memmove.c index a1455f51..5a1350e2 100644 --- a/libkern/memmove.c +++ b/libkern/memmove.c @@ -27,17 +27,3 @@ memmove(void *a1, void *a2, ulong n) } return a1; } - -/* -void -memset(void *a1, int c, ulong n) -{ - int m = (int)n; - uchar *d; - - d = a1; - while(--m >= 0) - *d++ = c; -} -*/ - |
