summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/malloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h
index 3fbaa762c016..f61043995af6 100644
--- a/sys/sys/malloc.h
+++ b/sys/sys/malloc.h
@@ -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 */