Further GC of M_STRING, missed previously.

This commit is contained in:
Robert Watson 2003-02-26 01:00:29 +00:00
parent ae4f61f0d7
commit 05c06d15e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111518

View File

@ -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)
{