diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-02-26 00:58:35 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-02-26 00:58:35 +0000 |
| commit | b8e39e3ad3d454543bee9aef94a3db39fc31041c (patch) | |
| tree | 9d9c1eb67de097f28e69033efdb5dc50d6d5deb6 | |
| parent | 4b4866ed42ebe93ead1cdbfbea0d7ec9ad126bf5 (diff) | |
Notes
| -rw-r--r-- | sys/sys/malloc.h | 1 |
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 */ |
