Author: kevlo
Date: Thu Jul 31 03:36:03 2014
New Revision: 269320
URL: http://svnweb.freebsd.org/changeset/base/269320
Log:
Remove an unsed variable.
Modified:
head/usr.bin/gcore/elfcore.c
Modified: head/usr.bin/gcore/elfcore.c
==============================================================================
--- head/usr.bin/gcore/elfcore.c Thu Jul 31 03:34:25 2014
(r269319)
+++ head/usr.bin/gcore/elfcore.c Thu Jul 31 03:36:03 2014
(r269320)
@@ -618,7 +618,7 @@ elf_note_thrmisc(void *arg, size_t *size
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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"