diff options
Diffstat (limited to 'sys/libkern')
-rw-r--r-- | sys/libkern/strdup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/libkern/strdup.c b/sys/libkern/strdup.c index e042599..6444ad4 100644 --- a/sys/libkern/strdup.c +++ b/sys/libkern/strdup.c @@ -36,8 +36,6 @@ #include <sys/libkern.h> #include <sys/malloc.h> -MALLOC_DEFINE(M_STRING, "string", "string buffers"); - char * strdup(const char *string, struct malloc_type *type) { |