Remove a variable that became unused as a result of changes made

in v1.139.  This was only exposed if MALLOC_PROFILE was defined.

Submitted by:	Gary Jennejohn
Pointy hat:	rwatson
Approved by:	re (scottl)
This commit is contained in:
Ken Smith 2005-06-16 16:01:46 +00:00
parent 6979a7592a
commit c0cac8dc20

View File

@ -738,7 +738,6 @@ sysctl_kern_mprof(SYSCTL_HANDLER_ARGS)
char *buf;
int rsize;
int size;
int len;
int i;
bufsize = linesize * (KMEM_ZSIZE + 1);