Author: kib Date: Thu Aug 8 05:35:58 2013 New Revision: 254083 URL: http://svnweb.freebsd.org/changeset/base/254083
Log: MFC r253859: Remove unused malloc type. Modified: stable/9/sys/kern/kern_malloc.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/kern/kern_malloc.c ============================================================================== --- stable/9/sys/kern/kern_malloc.c Thu Aug 8 05:09:35 2013 (r254082) +++ stable/9/sys/kern/kern_malloc.c Thu Aug 8 05:35:58 2013 (r254083) @@ -116,8 +116,6 @@ MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 static void kmeminit(void *); SYSINIT(kmem, SI_SUB_KMEM, SI_ORDER_FIRST, kmeminit, NULL); -static MALLOC_DEFINE(M_FREE, "free", "should be on free list"); - static struct malloc_type *kmemstatistics; static vm_offset_t kmembase; static vm_offset_t kmemlimit; _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"