svn commit: r269320 - head/usr.bin/gcore

Kevin Lo kevlo at FreeBSD.org
Thu Jul 31 03:36:04 UTC 2014


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;


More information about the svn-src-head mailing list