Remove an unsed variable.

This commit is contained in:
Kevin Lo 2014-07-31 03:36:03 +00:00
parent 77c6646471
commit 798d238f9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269320

View File

@ -618,7 +618,7 @@ elf_note_thrmisc(void *arg, size_t *sizep)
static void *
procstat_sysctl(void *arg, int what, size_t structsz, size_t *sizep)
{
size_t len, oldlen;
size_t len;
pid_t pid;
int name[4], structsize;
void *buf, *p;