Remove an unused variable that snuck into the previous revision.

This commit is contained in:
John Baldwin 2016-02-16 22:13:25 +00:00
parent 00ddbdf2ee
commit f8ed4050d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295678

View File

@ -2059,7 +2059,6 @@ print_syscall_ret(struct trussinfo *trussinfo, int errorp, long *retval)
struct timespec timediff;
struct threadinfo *t;
struct syscall *sc;
int error;
t = trussinfo->curthread;
sc = t->cs.sc;