GC M_STRING, no longer required as strdup() accepts a malloc type.

Requested by:	phk
This commit is contained in:
rwatson 2003-02-26 00:58:35 +00:00
parent 3766220237
commit 1ef4bb7dc7

View File

@ -79,7 +79,6 @@ struct malloc_type {
MALLOC_DECLARE(M_CACHE);
MALLOC_DECLARE(M_DEVBUF);
MALLOC_DECLARE(M_STRING);
MALLOC_DECLARE(M_TEMP);
MALLOC_DECLARE(M_IP6OPT); /* for INET6 */