From: Antti Kantee Date: Tue, 21 Apr 2015 15:21:22 +0000 (+0000) Subject: remove unused variable X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=abb75400b241bf9587c705f4c2e9c0e986e10197;p=people%2Fliuw%2Frumprun.git remove unused variable --- diff --git a/lib/librumprun_base/sysproxy.c b/lib/librumprun_base/sysproxy.c index 1af69c0..381dd26 100644 --- a/lib/librumprun_base/sysproxy.c +++ b/lib/librumprun_base/sysproxy.c @@ -2192,7 +2192,6 @@ rumpuser_sp_fini(void *arg) { struct spclient *spc = arg; register_t retval[2] = {0, 0}; - struct lwp *mylwp; int nlocks; /* @@ -2208,7 +2207,6 @@ rumpuser_sp_fini(void *arg) */ rumpkern_unsched(&nlocks, NULL); - mylwp = lwproc_curlwp(); lwproc_newlwp(1); if (spclist[0].spc_fd) {