svn commit: r295678 - head/usr.bin/truss

John Baldwin jhb at FreeBSD.org
Tue Feb 16 22:13:27 UTC 2016


Author: jhb
Date: Tue Feb 16 22:13:25 2016
New Revision: 295678
URL: https://svnweb.freebsd.org/changeset/base/295678

Log:
  Remove an unused variable that snuck into the previous revision.

Modified:
  head/usr.bin/truss/syscalls.c

Modified: head/usr.bin/truss/syscalls.c
==============================================================================
--- head/usr.bin/truss/syscalls.c	Tue Feb 16 22:00:01 2016	(r295677)
+++ head/usr.bin/truss/syscalls.c	Tue Feb 16 22:13:25 2016	(r295678)
@@ -2059,7 +2059,6 @@ print_syscall_ret(struct trussinfo *trus
 	struct timespec timediff;
 	struct threadinfo *t;
 	struct syscall *sc;
-	int error;
 
 	t = trussinfo->curthread;
 	sc = t->cs.sc;


More information about the svn-src-all mailing list