xstat: remove unused variable 55/13455/2
authorMichael Meffie <mmeffie@sinenomine.net>
Tue, 29 Jan 2019 16:22:41 +0000 (11:22 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 1 Feb 2019 16:34:16 +0000 (11:34 -0500)
Fix unused variable warning for unused variable oneShotCode.

Change-Id: I8c2a5e8bf0cfc2570985b17d8e250403d459e50a
Reviewed-on: https://gerrit.openafs.org/13455
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

src/xstat/xstat_cm.c

index 171aa73..45e05f3 100644 (file)
@@ -197,7 +197,6 @@ xstat_cm_LWP(void *unused)
 {
     static char rn[] = "xstat_cm_LWP"; /*Routine name */
     afs_int32 code;    /*Results of calls */
-    int oneShotCode;           /*Result of one-shot signal */
     struct timeval tv;         /*Time structure */
     struct timespec wait;      /*Time to wait */
     int conn_idx;              /*Connection index */