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:
parent
6979a7592a
commit
c0cac8dc20
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user