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

@ -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;