From: Nathan Neulinger Date: Tue, 5 Jun 2001 15:47:53 +0000 (+0000) Subject: afsmon-warning-cleanup-20010605 X-Git-Tag: openafs-stable-1_1_0~121 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5c644523b7aca5324c26ab21013a368586e18ed5;p=packages%2Fo%2Fopenafs.git afsmon-warning-cleanup-20010605 remove unused variable --- diff --git a/src/afsmonitor/afsmon-output.c b/src/afsmonitor/afsmon-output.c index 7f244106a..535c0a4df 100644 --- a/src/afsmonitor/afsmon-output.c +++ b/src/afsmonitor/afsmon-output.c @@ -868,7 +868,6 @@ void Print_cm_FullPerfInfo() static char rn[] = "Print_cm_FullPerfInfo"; /* routine name */ struct afs_stats_AuthentInfo *authentP; /*Ptr to authentication stats*/ struct afs_stats_AccessInfo *accessinfP; /*Ptr to access stats*/ - struct afs_stats_AuthorInfo *authorP; /*Ptr to authorship stats*/ static afs_int32 fullPerfLongs = (sizeof (struct afs_stats_CMFullPerf) >> 2); /*Correct #longs*/ afs_int32 numLongs; /*# longs actually received*/