Remove an unused variable that snuck into the previous revision.

This commit is contained in:
jhb 2016-02-16 22:13:25 +00:00
parent 36d8f601e5
commit 4f1afbf69a

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;