]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
remove unused variable
authorAntti Kantee <pooka@iki.fi>
Tue, 21 Apr 2015 15:21:22 +0000 (15:21 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 21 Apr 2015 15:21:22 +0000 (15:21 +0000)
lib/librumprun_base/sysproxy.c

index 1af69c0c5118a3e8f771d3df206cc202754dc978..381dd26f8a29fb773a409f6e862a7c8ed47706d7 100644 (file)
@@ -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) {