summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-02-26 01:00:29 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-02-26 01:00:29 +0000
commit05c06d15e842ad1437f73b47fe8fc4a92df5b2d1 (patch)
treefac27ead62a9a7dee22e693db1a5018ed6b9625e
parentae4f61f0d7b35651852723f8e57d33366ab9b27f (diff)
Notes
-rw-r--r--sys/libkern/strdup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/libkern/strdup.c b/sys/libkern/strdup.c
index e042599e5623..6444ad4afe69 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)
{